public static class AbstractChar2ObjectMap.BasicEntry<V> extends Object implements Char2ObjectMap.Entry<V>
This class does not implement setValue(), as the modification
would not be reflected in the base map.
| コンストラクタと説明 |
|---|
AbstractChar2ObjectMap.BasicEntry(Character key,
V value) |
AbstractChar2ObjectMap.BasicEntry(char key,
V value) |
protected char key
protected V value
public AbstractChar2ObjectMap.BasicEntry(char key,
V value)
public char getCharKey()
getCharKey インタフェース内 Char2ObjectMap.Entry<V>Map.Entry.getKey()public boolean equals(Object o)
public int hashCode()
Copyright © 2011-2015. All Rights Reserved.