public interface BoundedCollection<E> extends Collection<E>
| 限定符和类型 | 方法和说明 |
|---|---|
default Collection<E> |
getDelegate() |
default void |
onEviction(E element) |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArraydefault Collection<E> getDelegate()
default void onEviction(E element)
Copyright © 2022. All rights reserved.