public class SearchResults extends Object implements Leb128Serializable
| Constructor and Description |
|---|
SearchResults() |
| Modifier and Type | Method and Description |
|---|---|
Set<Location> |
get(Keyword keyword) |
Set<Location> |
getLocations() |
Set<Long> |
getNumbers() |
Set<Long> |
getNumbers(Keyword keyword) |
Set<Long> |
getNumbers(String keyword) |
Map<Keyword,Set<Location>> |
getResults() |
Set<String> |
getStrings() |
Set<String> |
getStrings(Keyword keyword) |
Set<String> |
getStrings(String keyword) |
Set<UUID> |
getUuids() |
Set<UUID> |
getUuids(Keyword keyword) |
Set<UUID> |
getUuids(String keyword) |
boolean |
isEmpty() |
int |
numberOfKeywords() |
int |
numberOfUniqueLocations() |
void |
readObject(InputStream is) |
void |
writeObject(OutputStream os) |
public boolean isEmpty()
public int numberOfKeywords()
public int numberOfUniqueLocations()
public void readObject(InputStream is) throws CloudproofException
readObject in interface Leb128SerializableCloudproofExceptionpublic void writeObject(OutputStream os) throws CloudproofException
writeObject in interface Leb128SerializableCloudproofExceptionCopyright © 2023. All rights reserved.