- java.lang.Object
-
- org.wandora.utils.IteratedMap.Entry
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
private int |
pos |
-
Constructor Summary
Constructors
Constructor and Description |
Entry(int pos) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Map.Entry
comparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCode
-
-
Constructor Detail
-
Entry
public Entry(int pos)
-
Method Detail
-
getKey
public K getKey()
- Specified by:
getKey
in interface java.util.Map.Entry<K,V>
-
getValue
public V getValue()
- Specified by:
getValue
in interface java.util.Map.Entry<K,V>
Copyright 2004-2015 Wandora Team