Class OrderedMap.EntryCollectionHost<KK extends K,VV extends V>
- java.lang.Object
-
- com.vladsch.flexmark.util.collection.OrderedMap.EntryCollectionHost<KK,VV>
-
- All Implemented Interfaces:
CollectionHost<java.util.Map.Entry<KK,VV>>
- Enclosing class:
- OrderedMap<K,V>
private class OrderedMap.EntryCollectionHost<KK extends K,VV extends V> extends java.lang.Object implements CollectionHost<java.util.Map.Entry<KK,VV>>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
EntryCollectionHost()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
adding(int index, @Nullable java.util.Map.Entry<KK,VV> entry, @Nullable java.lang.Object v)
void
addingNulls(int index)
void
clearing()
int
getIteratorModificationCount()
java.lang.Object
removing(int index, @Nullable java.util.Map.Entry<KK,VV> entry)
boolean
skipHostUpdate()
-
-
-
Method Detail
-
adding
public void adding(int index, @Nullable @Nullable java.util.Map.Entry<KK,VV> entry, @Nullable @Nullable java.lang.Object v)
- Specified by:
adding
in interfaceCollectionHost<KK extends K>
-
removing
public java.lang.Object removing(int index, @Nullable @Nullable java.util.Map.Entry<KK,VV> entry)
- Specified by:
removing
in interfaceCollectionHost<KK extends K>
-
clearing
public void clearing()
- Specified by:
clearing
in interfaceCollectionHost<KK extends K>
-
addingNulls
public void addingNulls(int index)
- Specified by:
addingNulls
in interfaceCollectionHost<KK extends K>
-
skipHostUpdate
public boolean skipHostUpdate()
- Specified by:
skipHostUpdate
in interfaceCollectionHost<KK extends K>
-
getIteratorModificationCount
public int getIteratorModificationCount()
- Specified by:
getIteratorModificationCount
in interfaceCollectionHost<KK extends K>
-
-