public static class LuceneSearchResult.HitSet extends AbstractSet<Integer>
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Integer integer) |
void |
clear() |
boolean |
contains(Object object) |
Iterator<Integer> |
iterator() |
boolean |
remove(Object object) |
boolean |
removeAll(Collection<?> collection) |
boolean |
retainAll(Collection<?> collection) |
int |
size() |
equals, hashCodeaddAll, containsAll, isEmpty, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, containsAll, isEmpty, spliterator, toArray, toArrayparallelStream, removeIf, streampublic void clear()
clear in interface Collection<Integer>clear in interface Set<Integer>clear in class AbstractCollection<Integer>public boolean add(Integer integer)
add in interface Collection<Integer>add in interface Set<Integer>add in class AbstractCollection<Integer>public boolean remove(Object object)
remove in interface Collection<Integer>remove in interface Set<Integer>remove in class AbstractCollection<Integer>public boolean retainAll(Collection<?> collection)
retainAll in interface Collection<Integer>retainAll in interface Set<Integer>retainAll in class AbstractCollection<Integer>public boolean removeAll(Collection<?> collection)
removeAll in interface Collection<Integer>removeAll in interface Set<Integer>removeAll in class AbstractSet<Integer>public boolean contains(Object object)
contains in interface Collection<Integer>contains in interface Set<Integer>contains in class AbstractCollection<Integer>public int size()
size in interface Collection<Integer>size in interface Set<Integer>size in class AbstractCollection<Integer>Copyright © 2017 SAP SE. All Rights Reserved.