Searched defs:of (Results 1 – 4 of 4) sorted by relevance
141 public static <T extends DataSink> CloseableWithDataSink<T> of(T dataSink) { in of() method in DataSinkTestBase.CloseableWithDataSink145 public static <T extends DataSink> CloseableWithDataSink<T> of( in of() method in DataSinkTestBase.CloseableWithDataSink
344 public static CloseableWithDataSource of(DataSource dataSource) { in of() method in DataSourceTestBase.CloseableWithDataSource348 public static CloseableWithDataSource of(DataSource dataSource, Closeable closeable) { in of() method in DataSourceTestBase.CloseableWithDataSource
31 public static <A, B> Pair<A, B> of(A first, B second) { in of() method in Pair
280 public static Choice of(int num) { in of() method in Asn1DerEncoderTest.Choice284 public static Choice of(String oid) { in of() method in Asn1DerEncoderTest.Choice294 public static SetOfIntegers of(Integer... values) { in of() method in Asn1DerEncoderTest.SetOfIntegers