类 FastUtilHackUtil.WrappingIntSet
java.lang.Object
cn.korostudio.c3h6n6o6.fastutil.FastUtilHackUtil.WrappingIntSet
- 所有已实现的接口:
it.unimi.dsi.fastutil.ints.IntCollection,it.unimi.dsi.fastutil.ints.IntIterable,it.unimi.dsi.fastutil.ints.IntSet,Iterable<Integer>,Collection<Integer>,Set<Integer>
- 封闭类:
- FastUtilHackUtil
public static class FastUtilHackUtil.WrappingIntSet
extends Object
implements it.unimi.dsi.fastutil.ints.IntSet
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanadd(int key) booleanaddAll(it.unimi.dsi.fastutil.ints.IntCollection c) booleanaddAll(Collection<? extends Integer> c) voidclear()booleancontains(int key) booleancontainsAll(it.unimi.dsi.fastutil.ints.IntCollection c) booleancontainsAll(Collection<?> c) booleanisEmpty()it.unimi.dsi.fastutil.ints.IntIteratoriterator()booleanremove(int k) booleanremoveAll(it.unimi.dsi.fastutil.ints.IntCollection c) booleanremoveAll(Collection<?> c) booleanretainAll(it.unimi.dsi.fastutil.ints.IntCollection c) booleanretainAll(Collection<?> c) intsize()Object[]toArray()int[]toArray(int[] a) <T> T[]toArray(T[] a) int[]int[]toIntArray(int[] a) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 java.util.Collection
toArray从接口继承的方法 it.unimi.dsi.fastutil.ints.IntCollection
intIterator, intParallelStream, intSpliterator, intStream, parallelStream, removeIf, removeIf, removeIf, stream从接口继承的方法 it.unimi.dsi.fastutil.ints.IntIterable
forEach, forEach, forEach从接口继承的方法 it.unimi.dsi.fastutil.ints.IntSet
add, contains, rem, remove, spliterator
-
字段详细资料
-
backing
-
-
构造器详细资料
-
WrappingIntSet
-
-
方法详细资料
-
add
public boolean add(int key) - 指定者:
add在接口中it.unimi.dsi.fastutil.ints.IntCollection
-
contains
public boolean contains(int key) - 指定者:
contains在接口中it.unimi.dsi.fastutil.ints.IntCollection
-
toIntArray
public int[] toIntArray()- 指定者:
toIntArray在接口中it.unimi.dsi.fastutil.ints.IntCollection
-
toIntArray
public int[] toIntArray(int[] a) - 指定者:
toIntArray在接口中it.unimi.dsi.fastutil.ints.IntCollection
-
toArray
public int[] toArray(int[] a) - 指定者:
toArray在接口中it.unimi.dsi.fastutil.ints.IntCollection
-
addAll
public boolean addAll(it.unimi.dsi.fastutil.ints.IntCollection c) - 指定者:
addAll在接口中it.unimi.dsi.fastutil.ints.IntCollection
-
containsAll
public boolean containsAll(it.unimi.dsi.fastutil.ints.IntCollection c) - 指定者:
containsAll在接口中it.unimi.dsi.fastutil.ints.IntCollection
-
removeAll
public boolean removeAll(it.unimi.dsi.fastutil.ints.IntCollection c) - 指定者:
removeAll在接口中it.unimi.dsi.fastutil.ints.IntCollection
-
retainAll
public boolean retainAll(it.unimi.dsi.fastutil.ints.IntCollection c) - 指定者:
retainAll在接口中it.unimi.dsi.fastutil.ints.IntCollection
-
size
public int size() -
isEmpty
public boolean isEmpty() -
toArray
-
toArray
public <T> T[] toArray(T[] a) -
containsAll
- 指定者:
containsAll在接口中Collection<Integer>- 指定者:
containsAll在接口中Set<Integer>
-
addAll
-
removeAll
-
retainAll
-
clear
public void clear() -
iterator
public it.unimi.dsi.fastutil.ints.IntIterator iterator() -
remove
public boolean remove(int k) - 指定者:
remove在接口中it.unimi.dsi.fastutil.ints.IntSet
-