LockedCollection<E> |
LockedCollection.addAll(E... elements) |
LockedCollection<E> |
LockedCollection.addAll(E[] elements,
int offset,
int length) |
LockedCollection<E> |
LockedCollection.addAll(XGettingCollection<? extends E> elements) |
LockedCollection<E> |
LockedCollection.copy() |
LockedCollection<E> |
LockedCollection.ensureCapacity(long minimalCapacity) |
LockedCollection<E> |
LockedCollection.ensureFreeCapacity(long minimalFreeCapacity) |
LockedCollection<E> |
LockedCollection.OldMutexCollection.parent() |
LockedCollection<E> |
LockedCollection.putAll(E... elements) |
LockedCollection<E> |
LockedCollection.putAll(E[] elements,
int offset,
int length) |
LockedCollection<E> |
LockedCollection.putAll(XGettingCollection<? extends E> elements) |