Class OrderedResultSet<T>
java.lang.Object
tools.refinery.store.query.resultset.OrderedResultSet<T>
- All Implemented Interfaces:
AutoCloseable
,AnyResultSet
,ResultSet<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addListener
(ResultSetListener<T> listener) void
close()
getAll()
getKey
(int index) void
removeListener
(ResultSetListener<T> listener) int
size()
-
Constructor Details
-
OrderedResultSet
-
-
Method Details
-
getAdapter
- Specified by:
getAdapter
in interfaceAnyResultSet
-
size
public int size()- Specified by:
size
in interfaceAnyResultSet
-
getCanonicalQuery
- Specified by:
getCanonicalQuery
in interfaceAnyResultSet
- Specified by:
getCanonicalQuery
in interfaceResultSet<T>
-
get
-
getKey
-
getAll
-
addListener
- Specified by:
addListener
in interfaceResultSet<T>
-
removeListener
- Specified by:
removeListener
in interfaceResultSet<T>
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-