Home | History | Annotate | Download | only in collect

Lines Matching full:transient

103     transient Supplier<? extends Collection<V>> factory;
181 transient Supplier<? extends List<V>> factory;
256 transient Supplier<? extends Set<V>> factory;
331 transient Supplier<? extends SortedSet<V>> factory;
332 transient Comparator<? super V> valueComparator;
448 transient Collection<Entry<K, V>> entries;
449 transient Multiset<K> keys;
450 transient Set<K> keySet;
451 transient Collection<V> values;
452 transient Map<K, Collection<V>> map;
952 transient Map<K, Collection<V>> asMap;