public interface TIntIntMultimap
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(int key) |
gnu.trove.TIntCollection |
get(int key) |
boolean |
put(int key,
int value) |
gnu.trove.TIntCollection |
removeAll(int key) |
Copyright © 2019. All rights reserved.