|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.MapEntry<K,V>
java.util.TreeMap.Entry<K,V>
static class TreeMap.Entry<K,V>
Entry is an internal class which is used to hold the entries of a TreeMap.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.util.MapEntry |
|---|
MapEntry.Type<RT,KT,VT> |
| Field Summary | |
|---|---|
(package private) boolean |
color
|
(package private) TreeMap.Entry<K,V> |
left
|
(package private) TreeMap.Entry<K,V> |
parent
|
(package private) TreeMap.Entry<K,V> |
right
|
| Fields inherited from class java.util.MapEntry |
|---|
key, value |
| Constructor Summary | |
|---|---|
TreeMap.Entry(K key)
|
|
TreeMap.Entry(K key,
V value)
|
|
| Method Summary | |
|---|---|
(package private) TreeMap.Entry<K,V> |
clone(TreeMap.Entry<K,V> parent)
|
| Methods inherited from class java.util.MapEntry |
|---|
clone, equals, getKey, getValue, hashCode, setValue, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
TreeMap.Entry<K,V> parent
TreeMap.Entry<K,V> left
TreeMap.Entry<K,V> right
boolean color
| Constructor Detail |
|---|
TreeMap.Entry(K key)
TreeMap.Entry(K key,
V value)
| Method Detail |
|---|
TreeMap.Entry<K,V> clone(TreeMap.Entry<K,V> parent)
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||