类 DeallocatableObjectManager
- 所有已实现的接口:
Closeable,Serializable,AutoCloseable,Cloneable,Iterable<DeallocatableObject>,Collection<DeallocatableObject>,List<DeallocatableObject>,RandomAccess
public class DeallocatableObjectManager
extends ArrayList<@NotNull DeallocatableObject>
implements AutoCloseable, Closeable
- 另请参阅:
- 序列化表格
-
字段概要
从类继承的字段 java.util.AbstractList
modCount -
构造器概要
构造器构造器说明DeallocatableObjectManager(int initialCapacity)DeallocatableObjectManager(@NotNull Collection<@NotNull ? extends @NotNull DeallocatableObject> c) -
方法概要
从类继承的方法 java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize从类继承的方法 java.util.AbstractCollection
containsAll, toString从接口继承的方法 java.util.Collection
parallelStream, stream, toArray从接口继承的方法 java.util.List
containsAll
-
构造器详细资料
-
DeallocatableObjectManager
public DeallocatableObjectManager(int initialCapacity) -
DeallocatableObjectManager
public DeallocatableObjectManager() -
DeallocatableObjectManager
public DeallocatableObjectManager(@NotNull @NotNull Collection<@NotNull ? extends @NotNull DeallocatableObject> c)
-
-
方法详细资料
-
close
public void close()- 指定者:
close在接口中AutoCloseable- 指定者:
close在接口中Closeable
-
deallocateAll
public void deallocateAll()
-