类 ClassInstanceMultiMap<T>
java.lang.Object
java.util.AbstractCollection<T>
net.minecraft.util.ClassInstanceMultiMap<T>
- 所有已实现的接口:
Iterable<T>
,Collection<T>
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
从类继承的方法 java.util.AbstractCollection
addAll, clear, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toString
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
从接口继承的方法 java.util.Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
字段详细资料
-
byClass
-
baseClass
-
allInstances
-
-
构造器详细资料
-
ClassInstanceMultiMap
-
-
方法详细资料
-
add
- 指定者:
add
在接口中Collection<T>
- 覆盖:
add
在类中AbstractCollection<T>
-
remove
- 指定者:
remove
在接口中Collection<T>
- 覆盖:
remove
在类中AbstractCollection<T>
-
contains
- 指定者:
contains
在接口中Collection<T>
- 覆盖:
contains
在类中AbstractCollection<T>
-
find
-
iterator
- 指定者:
iterator
在接口中Collection<T>
- 指定者:
iterator
在接口中Iterable<T>
- 指定者:
iterator
在类中AbstractCollection<T>
-
getAllInstances
-
size
public int size()- 指定者:
size
在接口中Collection<T>
- 指定者:
size
在类中AbstractCollection<T>
-