-
-
Method Summary
Modifier and Type Method Description abstract List<V>get(K key)Retrieves the list of values at the given key in this ListMap. abstract Booleancontains(K key)Tests whether this ListMap contains the given key. abstract Map<K, List<V>>toMap()abstract Stream<Pair<K, List<V>>>stream()abstract UIntgetSize()Number of lists in this ListMap. abstract UIntgetTotalSize()Total number of values in all lists in this ListMap. abstract BooleanisEmpty()Whether this ListMap is empty. abstract BooleanisNotEmpty()Whether this ListMap is not empty. -
-
Method Detail
-
getTotalSize
abstract UInt getTotalSize()
Total number of values in all lists in this ListMap.
-
isNotEmpty
abstract Boolean isNotEmpty()
Whether this ListMap is not empty.
-
-
-
-