public class KeyToRowSetMap extends Object
Modifier | Constructor and Description |
---|---|
protected |
KeyToRowSetMap() |
protected |
KeyToRowSetMap(Map<Object,Set<RowSet>> map)
Support custom runtime implementation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(Object key) |
protected Set<Map.Entry<Object,Set<RowSet>>> |
entrySet() |
protected Set<RowSet> |
get(Object key) |
boolean |
isEmpty() |
protected Set<Object> |
keySet() |
protected void |
put(Object key,
RowSet rowSet) |
Copyright © 2018 Hitachi Vantara. All rights reserved.