Package org.jf.dexlib2.dexbacked.util
Class VariableSizeSet<T>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<T>
-
- org.jf.dexlib2.dexbacked.util.VariableSizeSet<T>
-
- All Implemented Interfaces:
java.lang.Iterable<T>
,java.util.Collection<T>
,java.util.Set<T>
public abstract class VariableSizeSet<T> extends java.util.AbstractSet<T>
-
-
Constructor Summary
Constructors Constructor Description VariableSizeSet(DexBuffer buffer, int offset, int size)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description VariableSizeIterator<T>
iterator()
protected abstract T
readNextItem(DexReader reader, int index)
int
size()
-
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString
-
-
-
-
Constructor Detail
-
VariableSizeSet
public VariableSizeSet(@Nonnull DexBuffer buffer, int offset, int size)
-
-
Method Detail
-
iterator
@Nonnull public VariableSizeIterator<T> iterator()
-
-