public class JavaDictionary<TKey,TValue> extends Object implements com.aspose.ms.System.Collections.Generic.IGenericDictionary<TKey,TValue>
| Constructor and Description |
|---|
JavaDictionary() |
JavaDictionary(HashMap<TKey,TValue> list) |
JavaDictionary(Map<TKey,TValue> _map) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(TKey tKey,
TValue tValue) |
void |
addItem(com.aspose.ms.System.Collections.Generic.KeyValuePair<TKey,TValue> item) |
void |
addItem(TKey tKey,
TValue tValue) |
void |
clear() |
boolean |
containsItem(com.aspose.ms.System.Collections.Generic.KeyValuePair<TKey,TValue> item) |
boolean |
containsKey(TKey tKey) |
void |
copyToTArray(com.aspose.ms.System.Collections.Generic.KeyValuePair<TKey,TValue>[] array,
int arrayIndex) |
TValue |
get_Item(TKey tKey) |
HashMap<TKey,TValue> |
get() |
TValue |
get(TKey tKey) |
com.aspose.ms.System.Collections.Generic.IGenericCollection<TKey> |
getKeys() |
com.aspose.ms.System.Collections.Generic.IGenericCollection<TValue> |
getValues() |
boolean |
isReadOnly() |
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<com.aspose.ms.System.Collections.Generic.KeyValuePair<TKey,TValue>> |
iterator() |
boolean |
removeItem(com.aspose.ms.System.Collections.Generic.KeyValuePair<TKey,TValue> item) |
boolean |
removeItemByKey(TKey tKey) |
void |
set_Item(TKey tKey,
TValue tValue) |
void |
set(TKey tKey,
TValue tValue) |
int |
size() |
boolean |
tryGetValue(TKey tKey,
Object[] value) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic com.aspose.ms.System.Collections.Generic.IGenericEnumerator<com.aspose.ms.System.Collections.Generic.KeyValuePair<TKey,TValue>> iterator()
iterator in interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable<com.aspose.ms.System.Collections.Generic.KeyValuePair<TKey,TValue>>iterator in interface com.aspose.ms.System.Collections.IEnumerable<com.aspose.ms.System.Collections.Generic.KeyValuePair<TKey,TValue>>iterator in interface Iterable<com.aspose.ms.System.Collections.Generic.KeyValuePair<TKey,TValue>>public int size()
public boolean isReadOnly()
public void addItem(com.aspose.ms.System.Collections.Generic.KeyValuePair<TKey,TValue> item)
public void clear()
public boolean containsItem(com.aspose.ms.System.Collections.Generic.KeyValuePair<TKey,TValue> item)
public void copyToTArray(com.aspose.ms.System.Collections.Generic.KeyValuePair<TKey,TValue>[] array, int arrayIndex)
public boolean removeItem(com.aspose.ms.System.Collections.Generic.KeyValuePair<TKey,TValue> item)
public boolean containsKey(TKey tKey)
public boolean removeItemByKey(TKey tKey)
public com.aspose.ms.System.Collections.Generic.IGenericCollection<TKey> getKeys()
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.