public class ResultIndex extends Object
Constructor and Description |
---|
ResultIndex() |
Modifier and Type | Method and Description |
---|---|
void |
add(Result result) |
void |
addInvalidUri(String invalid) |
boolean |
contains(String uriString) |
boolean |
contains(URI uri) |
int |
getCount() |
Set<String> |
getInvalidUris() |
Map<URI,Result<?>> |
getResultMap() |
ResultIndex |
merge(ResultIndex other)
Merge the given ResultIndex with this ResultIndex.
|
public boolean contains(URI uri)
public boolean contains(String uriString)
public ResultIndex merge(ResultIndex other)
other
- ResultIndex to merge.public int getCount()
public void add(Result result) throws IllegalStateException
IllegalStateException
public void addInvalidUri(String invalid) throws IllegalStateException
IllegalStateException
Copyright © 2017. All rights reserved.