public class ContainsKeyToRowSetMap extends KeyToRowSetMap
Modifier and Type | Field and Description |
---|---|
protected ArrayList<String> |
list |
map
Modifier | Constructor and Description |
---|---|
protected |
ContainsKeyToRowSetMap() |
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(Object key) |
Set<RowSet> |
get(Object value) |
protected void |
put(Object key,
RowSet rowSet) |
entrySet, isEmpty, keySet
public Set<RowSet> get(Object value)
get
in class KeyToRowSetMap
protected void put(Object key, RowSet rowSet)
put
in class KeyToRowSetMap
public boolean containsKey(Object key)
containsKey
in class KeyToRowSetMap
Copyright © 2018 Hitachi Vantara. All rights reserved.