| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set |
entrySet() |
Object |
get(Object key) |
boolean |
isEmpty() |
Set |
keySet() |
Object |
put(Object key,
Object value) |
void |
putAll(Map m) |
Object |
remove(Object key) |
void |
setNextDocId(int docId) |
void |
setNextReader(org.apache.lucene.index.AtomicReaderContext context) |
int |
size() |
Collection |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic void setNextReader(org.apache.lucene.index.AtomicReaderContext context)
public void setNextDocId(int docId)
public boolean containsKey(Object key)
containsKey in interface Mappublic Collection values()
public boolean containsValue(Object value)
containsValue in interface MapCopyright © 2009–2016. All rights reserved.