Uses of Class
me.sbasalaev.collection.Entry
Packages that use Entry
-
Uses of Entry in me.sbasalaev.collection
Methods in me.sbasalaev.collection that return EntryModifier and TypeMethodDescriptionstatic <K,V> Entry <K, V> Entry.of(K key, V value) Returns map entry with given key and value.Methods in me.sbasalaev.collection that return types with arguments of type EntryModifier and TypeMethodDescriptionMap.collectionEntries()Multimap.collectionEntries()Associations between keys and collections of values in this multimap.Traversable<Entry<K, V>> ListMultimap.entries()Map.entries()The set of key-value associations in this map.abstract Traversable<Entry<K, V>> Multimap.entries()All key-value associations of this multimap.SetMultimap.entries()Methods in me.sbasalaev.collection with parameters of type EntryModifier and TypeMethodDescriptionAdds given entry to this builder.Adds entry to the map being built.default booleanPuts key-value pair in this multimap.Adds given entry to this builder.booleanMultimap.containsEntry(Entry<K, ?> entry) Whether given key corresponds to given value in this map.