类 FastUtilHackUtil.WrappingObjectCollection<V>
java.lang.Object
cn.korostudio.c3h6n6o6.fastutil.FastUtilHackUtil.WrappingObjectCollection<V>
- 所有已实现的接口:
it.unimi.dsi.fastutil.objects.ObjectCollection<V>
,it.unimi.dsi.fastutil.objects.ObjectIterable<V>
,Iterable<V>
,Collection<V>
- 封闭类:
- FastUtilHackUtil
public static class FastUtilHackUtil.WrappingObjectCollection<V>
extends Object
implements it.unimi.dsi.fastutil.objects.ObjectCollection<V>
-
字段概要
-
构造器概要
-
方法概要
修饰符和类型方法说明boolean
boolean
addAll
(Collection<? extends V> c) void
clear()
boolean
boolean
containsAll
(Collection<?> c) boolean
isEmpty()
it.unimi.dsi.fastutil.objects.ObjectIterator<V>
iterator()
boolean
boolean
removeAll
(Collection<?> c) boolean
retainAll
(Collection<?> c) int
size()
Object[]
toArray()
<T> T[]
toArray
(T[] a) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 java.util.Collection
equals, hashCode, parallelStream, removeIf, stream, toArray
从接口继承的方法 it.unimi.dsi.fastutil.objects.ObjectCollection
spliterator
-
字段详细资料
-
backing
Collection<V> backing
-
-
构造器详细资料
-
WrappingObjectCollection
-
-
方法详细资料
-
size
public int size()- 指定者:
size
在接口中Collection<V>
-
isEmpty
public boolean isEmpty()- 指定者:
isEmpty
在接口中Collection<V>
-
contains
- 指定者:
contains
在接口中Collection<V>
-
toArray
- 指定者:
toArray
在接口中Collection<V>
-
toArray
public <T> T[] toArray(T[] a) - 指定者:
toArray
在接口中Collection<V>
-
add
- 指定者:
add
在接口中Collection<V>
-
remove
- 指定者:
remove
在接口中Collection<V>
-
containsAll
- 指定者:
containsAll
在接口中Collection<V>
-
addAll
- 指定者:
addAll
在接口中Collection<V>
-
removeAll
- 指定者:
removeAll
在接口中Collection<V>
-
retainAll
- 指定者:
retainAll
在接口中Collection<V>
-
clear
public void clear()- 指定者:
clear
在接口中Collection<V>
-
iterator
-