Package org.jf.dexlib2.writer.builder
Class BuilderMapEntryCollection<Key>
- java.lang.Object
-
- java.util.AbstractCollection<java.util.Map.Entry<Key,java.lang.Integer>>
-
- org.jf.dexlib2.writer.builder.BuilderMapEntryCollection<Key>
-
- All Implemented Interfaces:
java.lang.Iterable<java.util.Map.Entry<Key,java.lang.Integer>>
,java.util.Collection<java.util.Map.Entry<Key,java.lang.Integer>>
public abstract class BuilderMapEntryCollection<Key> extends java.util.AbstractCollection<java.util.Map.Entry<Key,java.lang.Integer>>
-
-
Constructor Summary
Constructors Constructor Description BuilderMapEntryCollection(java.util.Collection<Key> keys)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract int
getValue(Key key)
java.util.Iterator<java.util.Map.Entry<Key,java.lang.Integer>>
iterator()
protected abstract int
setValue(Key key, int value)
int
size()
-
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Constructor Detail
-
BuilderMapEntryCollection
public BuilderMapEntryCollection(@Nonnull java.util.Collection<Key> keys)
-
-