Class FastFixedSetFactory<E>
- java.lang.Object
-
- org.jetbrains.java.decompiler.util.FastFixedSetFactory<E>
-
public class FastFixedSetFactory<E> extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFastFixedSetFactory.FastFixedSet<E>static classFastFixedSetFactory.FastFixedSetIterator<E>
-
Constructor Summary
Constructors Constructor Description FastFixedSetFactory(java.util.Collection<E> set)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FastFixedSetFactory.FastFixedSet<E>createCopiedSet()FastFixedSetFactory.FastFixedSet<E>createEmptySet()
-
-
-
Constructor Detail
-
FastFixedSetFactory
public FastFixedSetFactory(java.util.Collection<E> set)
-
-
Method Detail
-
createEmptySet
public FastFixedSetFactory.FastFixedSet<E> createEmptySet()
-
createCopiedSet
public FastFixedSetFactory.FastFixedSet<E> createCopiedSet()
-
-