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.
| コンストラクタと説明 |
|---|
BasicEntry(Character key,
V value) |
BasicEntry(char key,
V value) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(Object o) |
char |
getCharKey() |
Character |
getKey() |
V |
getValue() |
int |
hashCode() |
V |
setValue(V value) |
String |
toString() |
comparingByKey, comparingByKey, comparingByValue, comparingByValueprotected char key
protected V value
public 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–2016. All rights reserved.