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 boolean
allowConcurrentMods
-
Constructor Summary
Constructors Constructor Description IndexedProxy(boolean allowConcurrentMods)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description E
get(int index)
int
modificationCount()
void
removeAt(int index)
void
set(int index, E item)
int
size()
-
-
-
Method Detail
-
modificationCount
public int modificationCount()
- Specified by:
modificationCount
in interfaceIndexed<E>
-
-