Class TwoLevelVector<T extends @Nullable Object>

java.lang.Object
com.ibm.wala.util.collections.TwoLevelVector<T>
All Implemented Interfaces:
IVector<T>, Serializable, Iterable<T>

public class TwoLevelVector<T extends @Nullable Object> extends Object implements IVector<T>, Serializable
An IVector implementation which delegates to pages of int vectors.
See Also: