Searched defs:toCollection (Results 1 - 9 of 9) sorted by path

/openjdk10/jdk/src/java.base/share/classes/java/util/stream/
H A DCollectors.java258 Collector<T, ?, C> toCollection(Supplier<C> collectionFactory) { method in class:Collectors
/openjdk10/jdk/src/java.sql.rowset/share/classes/com/sun/rowset/
H A DCachedRowSetImpl.java1294 public Collection<?> toCollection() throws SQLException { method in class:CachedRowSetImpl
1323 public Collection<?> toCollection(int column) throws SQLException { method in class:CachedRowSetImpl
1359 public Collection<?> toCollection(String column) throws SQLException { method in class:CachedRowSetImpl
[all...]
H A DJoinRowSetImpl.java4247 public Collection<?> toCollection() throws SQLException { method in class:JoinRowSetImpl
4269 public Collection<?> toCollection(int column) throws SQLException { method in class:JoinRowSetImpl
4291 public Collection<?> toCollection(String column) throws SQLException { method in class:JoinRowSetImpl
[all...]
/openjdk10/jdk/src/java.sql.rowset/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java861 public Collection toCollection() throws SQLException { method in class:SyncResolverImpl
884 public Collection toCollection(int column) throws SQLException { method in class:SyncResolverImpl
907 public Collection toCollection(String column) throws SQLException { method in class:SyncResolverImpl
/openjdk10/jdk/src/java.sql.rowset/share/classes/javax/sql/rowset/
H A DCachedRowSet.java1009 public Collection<?> toCollection() throws SQLException; method in interface:CachedRowSet
1038 public Collection<?> toCollection(int column) throws SQLException; method in interface:CachedRowSet
1067 public Collection<?> toCollection(String column) throws SQLException; method in interface:CachedRowSet
/openjdk10/jdk/test/javax/sql/testng/util/
H A DStubCachedRowSetImpl.java119 public Collection<?> toCollection() throws SQLException { method in class:StubCachedRowSetImpl
124 public Collection<?> toCollection(int column) throws SQLException { method in class:StubCachedRowSetImpl
129 public Collection<?> toCollection(String column) throws SQLException { method in class:StubCachedRowSetImpl
H A DStubFilteredRowSetImpl.java164 public Collection<?> toCollection() throws SQLException { method in class:StubFilteredRowSetImpl
169 public Collection<?> toCollection(int column) throws SQLException { method in class:StubFilteredRowSetImpl
174 public Collection<?> toCollection(String column) throws SQLException { method in class:StubFilteredRowSetImpl
H A DStubJoinRowSetImpl.java234 public Collection<?> toCollection() throws SQLException { method in class:StubJoinRowSetImpl
239 public Collection<?> toCollection(int column) throws SQLException { method in class:StubJoinRowSetImpl
244 public Collection<?> toCollection(String column) throws SQLException { method in class:StubJoinRowSetImpl
H A DStubWebRowSetImpl.java150 public Collection<?> toCollection() throws SQLException { method in class:StubWebRowSetImpl
155 public Collection<?> toCollection(int column) throws SQLException { method in class:StubWebRowSetImpl
160 public Collection<?> toCollection(String column) throws SQLException { method in class:StubWebRowSetImpl

Completed in 209 milliseconds