Uses of Interface
com.couchbase.client.core.util.IntMap
-
Uses of IntMap in com.couchbase.client.core.util
Modifier and TypeMethodDescriptionReturns a new instance where the values are the values of the given enum class, and the associated key is derived by applying the given function to the value.static <E> IntMap<E>
Returns a new instance where the values are the values of the given iterable, and the associated key is derived by applying the given function to the value.static <E> IntMap<E>
Returns a new instance from the entries of the given map.