Class Hits<T>
- java.lang.Object
-
- org.molgenis.semanticsearch.semantic.Hits<T>
-
-
Constructor Summary
Constructors Constructor Description Hits()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static <T> Hits<T>create(List<Hit<T>> hits)static <T> Hits<T>create(Hit<T>... hits)abstract List<Hit<T>>getHits()booleanhasHits()Iterator<Hit<T>>iterator()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-