|
PCJ API Version 1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object bak.pcj.map.AbstractObjectKeyCharMap
This class represents an abstract base for implementing maps from object values to char values. All operations that can be implemented using iterators are implemented as such. In most cases, this is hardly an efficient solution, and at least some of those methods should be overridden by sub-classes.
Constructor Summary | |
protected |
AbstractObjectKeyCharMap()
Default constructor to be invoked by sub-classes. |
Method Summary | |
void |
clear()
Clears this map. |
boolean |
containsKey(Object key)
Indicates whether this map contains a mapping from a specified key. |
boolean |
containsValue(char value)
Indicates whether this map contains a mapping to a specified value. |
boolean |
equals(Object obj)
Indicates whether this map is equal to some object. |
char |
get(Object key)
Maps a specified key to a value. |
int |
hashCode()
Returns a hash code value for this map. |
boolean |
isEmpty()
Indicates whether this map is empty. |
void |
putAll(ObjectKeyCharMap map)
Adds all mappings from a specified map to this map. |
char |
remove(Object key)
Removes the mapping from a specified key from this map. |
int |
size()
Returns the size of this map. |
char |
tget(Object key)
Maps a specified key to a value. |
String |
toString()
Returns a string representation of this map. |
void |
trimToSize()
Does nothing. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface bak.pcj.map.ObjectKeyCharMap |
entries, keySet, lget, put, values |
Constructor Detail |
protected AbstractObjectKeyCharMap()
Method Detail |
public void clear()
ObjectKeyCharMap
clear
in interface ObjectKeyCharMap
public char remove(Object key)
ObjectKeyCharMap
remove
in interface ObjectKeyCharMap
key
- the key whose mapping to remove from this map.
MapDefaults
public void putAll(ObjectKeyCharMap map)
ObjectKeyCharMap
putAll
in interface ObjectKeyCharMap
map
- the map whose mappings to add to this map.public boolean containsKey(Object key)
ObjectKeyCharMap
lget()
will return the corresponding value.
containsKey
in interface ObjectKeyCharMap
key
- the key to test for.
ObjectKeyCharMap.lget()
public char get(Object key)
ObjectKeyCharMap
get
in interface ObjectKeyCharMap
key
- the key to map to a value.
MapDefaults
,
ObjectKeyCharMap.tget(Object)
,
ObjectKeyCharMap.lget()
public boolean containsValue(char value)
ObjectKeyCharMap
containsValue
in interface ObjectKeyCharMap
value
- the value to test for.
public boolean equals(Object obj)
ObjectKeyCharMap
equals
in interface ObjectKeyCharMap
public int hashCode()
ObjectKeyCharMap
hashCode
in interface ObjectKeyCharMap
public boolean isEmpty()
ObjectKeyCharMap
isEmpty
in interface ObjectKeyCharMap
public int size()
ObjectKeyCharMap
size
in interface ObjectKeyCharMap
public char tget(Object key)
ObjectKeyCharMap
tget
in interface ObjectKeyCharMap
key
- the key to map to a value.
ObjectKeyCharMap.get(Object)
,
ObjectKeyCharMap.lget()
public String toString()
public void trimToSize()
trimToSize
in interface ObjectKeyCharMap
|
PCJ API Version 1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |