Class OrderedSet.IndexedProxy
- java.lang.Object
-
- com.vladsch.flexmark.util.collection.OrderedSet.IndexedProxy
-
- All Implemented Interfaces:
Indexed<E>
- Enclosing class:
- OrderedSet<E>
private class OrderedSet.IndexedProxy extends java.lang.Object implements Indexed<E>
-
-
Field Summary
Fields Modifier and Type Field Description private booleanallowConcurrentMods
-
Constructor Summary
Constructors Constructor Description IndexedProxy(boolean allowConcurrentMods)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Eget(int index)intmodificationCount()voidremoveAt(int index)voidset(int index, E item)intsize()
-
-
-
Method Detail
-
modificationCount
public int modificationCount()
- Specified by:
modificationCountin interfaceIndexed<E>
-
-