Searched defs:MinimalCollection (Results 1 – 2 of 2) sorted by relevance
32 public class MinimalCollection<E> extends AbstractCollection<E> { class49 MinimalCollection(Class<? super E> type, boolean allowNulls, E... contents) { in MinimalCollection() method in MinimalCollection