Class Flat3Map.FlatMapEntry<K,V>
- java.lang.Object
-
- org.apache.commons.collections4.map.Flat3Map.FlatMapEntry<K,V>
-
-
Constructor Summary
Constructors Constructor Description FlatMapEntry(Flat3Map<K,V> parent, int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)KgetKey()VgetValue()inthashCode()(package private) voidsetRemoved(boolean flag)Used by the iterator that created this entry to indicate thatIterator.remove()has been called.VsetValue(V value)StringtoString()
-
-
-
Method Detail
-
setRemoved
void setRemoved(boolean flag)
Used by the iterator that created this entry to indicate thatIterator.remove()has been called.As a consequence, all subsequent call to
getKey(),setValue(Object)andgetValue()will fail.- Parameters:
flag- the new value of the removed flag
-
equals
public boolean equals(Object obj)
-
hashCode
public int hashCode()
-
-