Class OrderedSet.IndexedProxy
java.lang.Object
com.vladsch.flexmark.util.collection.OrderedSet.IndexedProxy
- All Implemented Interfaces:
Indexed<E>
- Enclosing class:
OrderedSet<E>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
allowConcurrentMods
private final boolean allowConcurrentMods
-
-
Constructor Details
-
IndexedProxy
public IndexedProxy(boolean allowConcurrentMods)
-
-
Method Details
-
get
-
set
-
removeAt
public void removeAt(int index) -
size
public int size() -
modificationCount
public int modificationCount()- Specified by:
modificationCount
in interfaceIndexed<E>
-