Lines Matching full:transient
80 // they don't contain any non-transient member variables, while the
507 private transient Set<E> elementSet;
508 private transient Set<Entry<E>> entrySet;
619 transient Set<K> keySet;
620 transient Collection<V> valuesCollection;
621 transient Collection<Map.Entry<K, V>> entries;
622 transient Map<K, Collection<V>> asMap;
623 transient Multiset<K> keys;
835 transient Set<Map.Entry<K, V>> entrySet;
1108 private transient Set<K> keySet;
1109 private transient Collection<V> values;
1110 private transient Set<Map.Entry<K, V>> entrySet;
1255 private transient Set<V> valueSet;
1256 private transient BiMap<V, K> inverse;
1300 private transient Set<Map.Entry<K, Collection<V>>> asMapEntrySet;
1301 private transient Collection<Collection<V>> asMapValues;