public interface GenericCollection<T extends Serializable,C extends Collection<T>> extends Collection<T>, Serializable
| Modifier and Type | Method and Description | 
|---|---|
| C | execute()Returns all instances. | 
| Future<C> | executeAsync()Asynchronously returns all instances. | 
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArrayCopyright © 2013–2023 The Apache Software Foundation. All rights reserved.