KEY - The type of key.VALUE - The type of value.public class ArrayMap<KEY,VALUE> extends AbstractMap<KEY,VALUE> implements Map<KEY,VALUE>, Cloneable, Externalizable
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| コンストラクタと説明 |
|---|
ArrayMap() |
ArrayMap(int initialCapacity) |
ArrayMap(Map<KEY,VALUE> map) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
clear() |
Object |
clone() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<KEY,VALUE>> |
entrySet() |
boolean |
equals(Object o) |
VALUE |
get(int index) |
VALUE |
get(Object key) |
org.lastaflute.di.util.ArrayMap.Entry<KEY,VALUE> |
getEntry(int index) |
Object |
getKey(int index) |
int |
indexOf(Object value) |
boolean |
isEmpty() |
VALUE |
put(KEY key,
VALUE value) |
void |
putAll(Map<? extends KEY,? extends VALUE> map) |
void |
readExternal(ObjectInput in) |
VALUE |
remove(int index) |
VALUE |
remove(Object key) |
void |
set(int index,
VALUE value) |
int |
size() |
Object[] |
toArray() |
Object[] |
toArray(Object[] proto) |
void |
writeExternal(ObjectOutput out) |
hashCode, keySet, toString, valuescompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, hashCode, keySet, merge, putIfAbsent, remove, replace, replace, replaceAll, valuespublic final int size()
public final boolean isEmpty()
public final boolean containsValue(Object value)
containsValue インタフェース内 Map<KEY,VALUE>containsValue クラス内 AbstractMap<KEY,VALUE>public final int indexOf(Object value)
public boolean containsKey(Object key)
containsKey インタフェース内 Map<KEY,VALUE>containsKey クラス内 AbstractMap<KEY,VALUE>public final VALUE get(int index)
public final Object getKey(int index)
public final void set(int index,
VALUE value)
public final VALUE remove(int index)
public final void clear()
public final Object[] toArray()
public final boolean equals(Object o)
public final void writeExternal(ObjectOutput out) throws IOException
writeExternal インタフェース内 ExternalizableIOExceptionpublic final void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal インタフェース内 ExternalizableIOExceptionClassNotFoundExceptionpublic Object clone()
clone クラス内 AbstractMap<KEY,VALUE>Copyright © 2015 The DBFlute Project. All rights reserved.