Interface ARI1IntMapReadableType<T>
- Type Parameters:
T- The type of values
- All Known Subinterfaces:
ARI1IntMapMutableType<T>
public interface ARI1IntMapReadableType<T>
A readable map of unboxed integers to values.
-
Method Summary
-
Method Details
-
values
Collection<T> values()- Returns:
- The values
-
get
Get the value associated with the given key.- Parameters:
key- The key- Returns:
- The value, if any
-
isEmpty
boolean isEmpty()- Returns:
trueif the map is empty
-
size
int size()- Returns:
- The size of the map
-