Class FastSparseSetFactory<E>
- java.lang.Object
-
- org.jetbrains.java.decompiler.util.FastSparseSetFactory<E>
-
public class FastSparseSetFactory<E> extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFastSparseSetFactory.FastSparseSet<E>static classFastSparseSetFactory.FastSparseSetIterator<E>
-
Constructor Summary
Constructors Constructor Description FastSparseSetFactory(java.util.Collection<? extends E> set)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FastSparseSetFactory.FastSparseSet<E>createEmptySet()intgetLastBlock()
-
-
-
Constructor Detail
-
FastSparseSetFactory
public FastSparseSetFactory(java.util.Collection<? extends E> set)
-
-
Method Detail
-
createEmptySet
public FastSparseSetFactory.FastSparseSet<E> createEmptySet()
-
getLastBlock
public int getLastBlock()
-
-