Class Flat3Map.FlatMapEntry<K,V>
java.lang.Object
org.apache.commons.collections4.map.Flat3Map.FlatMapEntry<K,V>
- All Implemented Interfaces:
Map.Entry<K,
V>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
parent
-
index
private final int index -
removed
private volatile boolean removed
-
-
Constructor Details
-
FlatMapEntry
-
-
Method Details
-
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
-
getKey
-
getValue
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-