|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.commons.collections.BinaryTreeMap
public final class BinaryTreeMap
Constructor Summary | |
---|---|
BinaryTreeMap()
|
Method Summary | |
---|---|
Object |
get(Collection.Key key)
|
Object |
get(String key)
|
Object |
put(Collection.Key key,
Object value)
|
Object |
put(String key,
Object value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BinaryTreeMap()
Method Detail |
---|
public Object get(String key)
public Object get(Collection.Key key)
public Object put(String key, Object value)
public Object put(Collection.Key key, Object value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |