NonGenericDictionary
Inheritance: java.lang.Object, com.aspose.ms.System.Collections.Generic.Dictionary
public class NonGenericDictionary<K,V> extends System.Collections.Generic.Dictionary<K,V>
Represents a non generic dictionary.
Constructors
Constructor | Description |
---|---|
NonGenericDictionary() |
Methods
NonGenericDictionary()
public NonGenericDictionary()
addItem(TKey arg0, TValue arg1)
public void addItem(TKey arg0, TValue arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | TKey | |
arg1 | TValue |
addItem(System.Collections.Generic.KeyValuePair<TKey,TValue> arg0)
public void addItem(System.Collections.Generic.KeyValuePair<TKey,TValue> arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | com.aspose.ms.System.Collections.Generic.KeyValuePair<TKey,TValue> |
clear()
public void clear()
containsItem(System.Collections.Generic.KeyValuePair<TKey,TValue> arg0)
public boolean containsItem(System.Collections.Generic.KeyValuePair<TKey,TValue> arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | com.aspose.ms.System.Collections.Generic.KeyValuePair<TKey,TValue> |
Returns: boolean
containsKey(TKey arg0)
public boolean containsKey(TKey arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | TKey |
Returns: boolean
containsValue(TValue arg0)
public boolean containsValue(TValue arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | TValue |
Returns: boolean
copyTo(System.Array arg0, int arg1)
public void copyTo(System.Array arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | com.aspose.ms.System.Array | |
arg1 | int |
copyToTArray(System.Collections.Generic.KeyValuePair<TKey,TValue>[] arg0, int arg1)
public void copyToTArray(System.Collections.Generic.KeyValuePair<TKey,TValue>[] arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | com.aspose.ms.System.Collections.Generic.KeyValuePair<TKey,TValue>[] | |
arg1 | int |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getComparer()
public System.Collections.Generic.IGenericEqualityComparer<TKey> getComparer()
Returns:
com.aspose.ms.System.Collections.Generic.IGenericEqualityComparer
getDictionaryEntryEnumerator()
public System.Collections.IEnumerable<System.Collections.DictionaryEntry> getDictionaryEntryEnumerator()
Returns: com.aspose.ms.System.Collections.IEnumerable<com.aspose.ms.System.Collections.DictionaryEntry>
getKeys()
public System.Collections.Generic.Dictionary.KeyCollection<TKey,TValue> getKeys()
Returns: com.aspose.ms.System.Collections.Generic.Dictionary.KeyCollection<TKey,TValue>
getKeysTyped()
public System.Collections.Generic.IGenericCollection<K> getKeysTyped()
Gets the strongly typed collection of keys.
Returns:
com.aspose.ms.System.Collections.Generic.IGenericCollection
getSyncRoot()
public Object getSyncRoot()
Returns: java.lang.Object
getValues()
public System.Collections.Generic.Dictionary.ValueCollection<TKey,TValue> getValues()
Returns: com.aspose.ms.System.Collections.Generic.Dictionary.ValueCollection<TKey,TValue>
getValuesTyped()
public System.Collections.Generic.IGenericCollection<V> getValuesTyped()
Gets the strongly typed values collection.
Returns:
com.aspose.ms.System.Collections.Generic.IGenericCollection
get_Item(TKey arg0)
public TValue get_Item(TKey arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | TKey |
Returns: TValue
hashCode()
public native int hashCode()
Returns: int
isFixedSize()
public boolean isFixedSize()
Returns: boolean
isReadOnly()
public boolean isReadOnly()
Returns: boolean
isSynchronized()
public boolean isSynchronized()
Returns: boolean
iterator()
public System.Collections.Generic.Dictionary.Enumerator<TKey,TValue> iterator()
Returns: com.aspose.ms.System.Collections.Generic.Dictionary.Enumerator<TKey,TValue>
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
removeItem(System.Collections.Generic.KeyValuePair<TKey,TValue> arg0)
public boolean removeItem(System.Collections.Generic.KeyValuePair<TKey,TValue> arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | com.aspose.ms.System.Collections.Generic.KeyValuePair<TKey,TValue> |
Returns: boolean
removeItemByKey(TKey arg0)
public boolean removeItemByKey(TKey arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | TKey |
Returns: boolean
set_Item(TKey arg0, TValue arg1)
public void set_Item(TKey arg0, TValue arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | TKey | |
arg1 | TValue |
size()
public int size()
Returns: int
toString()
public String toString()
Returns: java.lang.String
tryGetValue(TKey arg0, Object[] arg1)
public boolean tryGetValue(TKey arg0, Object[] arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | TKey | |
arg1 | java.lang.Object[] |
Returns: boolean
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |