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