|
Project JXTA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap
java.util.HashMap
net.jxta.impl.util.FastHashMap
public class FastHashMap
Field Summary | |
---|---|
(package private) int |
localModCount
|
Constructor Summary | |
---|---|
FastHashMap(int s)
|
Method Summary | |
---|---|
Object |
get(Object key)
|
Object |
put(Object key,
Object value)
|
void |
putAll(Map t)
|
Methods inherited from class java.util.HashMap |
---|
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, remove, size, values |
Methods inherited from class java.util.AbstractMap |
---|
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
equals, hashCode |
Field Detail |
---|
volatile int localModCount
Constructor Detail |
---|
public FastHashMap(int s)
Method Detail |
---|
public Object get(Object key)
get
in interface Map
get
in class HashMap
public Object put(Object key, Object value)
put
in interface Map
put
in class HashMap
public void putAll(Map t)
putAll
in interface Map
putAll
in class HashMap
|
JXTA J2SE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |