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