Package org.jf.dexlib2.writer.builder
Class BuilderMapEntryCollection<Key>
java.lang.Object
java.util.AbstractCollection<Map.Entry<Key,Integer>>
org.jf.dexlib2.writer.builder.BuilderMapEntryCollection<Key>
public abstract class BuilderMapEntryCollection<Key>
extends AbstractCollection<Map.Entry<Key,Integer>>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
Field Details
-
keys
-
-
Constructor Details
-
BuilderMapEntryCollection
-
-
Method Details
-
iterator
-
size
public int size()- Specified by:
sizein interfaceCollection<Key>- Specified by:
sizein classAbstractCollection<Map.Entry<Key,Integer>>
-
getValue
-
setValue
-