Class BuilderMapEntryCollection<Key>

java.lang.Object
java.util.AbstractCollection<Map.Entry<Key,Integer>>
org.jf.dexlib2.writer.builder.BuilderMapEntryCollection<Key>
All Implemented Interfaces:
Iterable<Map.Entry<Key,Integer>>, Collection<Map.Entry<Key,Integer>>

public abstract class BuilderMapEntryCollection<Key> extends AbstractCollection<Map.Entry<Key,Integer>>