Home
last modified time | relevance | path

Searched defs:Supplier (Results 1 – 25 of 233) sorted by relevance

12345678910

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/util/Collections/
H A DEmptyCollectionSerialization.java80 (Supplier) () -> {return Collections.EMPTY_MAP;}}, in makeSingletons() method
82 (Supplier) () -> {return Collections.EMPTY_SET;}}, in makeSingletons() method
84 (Supplier) () -> {return Collections.emptyList();}}, in makeSingletons() method
86 (Supplier) () -> {return Collections.emptyMap();}}, in makeSingletons() method
88 (Supplier) () -> {return Collections.emptySet();}}, in makeSingletons() method
90 (Supplier) () -> {return Collections.emptySortedSet();}}, in makeSingletons() method
92 (Supplier) () -> {return Collections.emptySortedMap();}}, in makeSingletons() method
94 (Supplier) () -> {return Collections.emptyNavigableSet();}}, in makeSingletons() method
96 (Supplier) () -> {return Collections.emptyNavigableMap();}} in makeSingletons() method
H A DCheckedMapBash.java166 …(Supplier) () -> {return Collections.checkedMap(new TreeMap(Collections.reverseOrder()), Integer.c… in makeCheckedMaps() method
168 …(Supplier) () -> {return Collections.checkedMap(new TreeMap().descendingMap(), Integer.class, Inte… in makeCheckedMaps() method
170 …(Supplier) () -> {return Collections.checkedNavigableMap(new TreeMap(), Integer.class, Integer.cla… in makeCheckedMaps() method
172 …(Supplier) () -> {return Collections.checkedNavigableMap(new TreeMap(Collections.reverseOrder()), … in makeCheckedMaps() method
174 …(Supplier) () -> {return Collections.checkedNavigableMap(new TreeMap().descendingMap(), Integer.cl… in makeCheckedMaps() method
H A DCheckedSetBash.java159 …(Supplier) () -> {return Collections.checkedSet(new TreeSet(Collections.reverseOrder()), Integer.c… in makeCheckedSets() method
161 … (Supplier) () -> {return Collections.checkedSet(new TreeSet().descendingSet(), Integer.class);}}, in makeCheckedSets() method
163 … (Supplier) () -> {return Collections.checkedNavigableSet(new TreeSet(), Integer.class);}}, in makeCheckedSets() method
165 …(Supplier) () -> {return Collections.checkedNavigableSet(new TreeSet(Collections.reverseOrder()), … in makeCheckedSets() method
167 …(Supplier) () -> {return Collections.checkedNavigableSet(new TreeSet().descendingSet(), Integer.cl… in makeCheckedSets() method
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/util/Collections/
H A DEmptyCollectionSerialization.java80 (Supplier) () -> {return Collections.EMPTY_MAP;}}, in makeSingletons() method
82 (Supplier) () -> {return Collections.EMPTY_SET;}}, in makeSingletons() method
84 (Supplier) () -> {return Collections.emptyList();}}, in makeSingletons() method
86 (Supplier) () -> {return Collections.emptyMap();}}, in makeSingletons() method
88 (Supplier) () -> {return Collections.emptySet();}}, in makeSingletons() method
90 (Supplier) () -> {return Collections.emptySortedSet();}}, in makeSingletons() method
92 (Supplier) () -> {return Collections.emptySortedMap();}}, in makeSingletons() method
94 (Supplier) () -> {return Collections.emptyNavigableSet();}}, in makeSingletons() method
96 (Supplier) () -> {return Collections.emptyNavigableMap();}} in makeSingletons() method
H A DCheckedMapBash.java166 …(Supplier) () -> {return Collections.checkedMap(new TreeMap(Collections.reverseOrder()), Integer.c… in makeCheckedMaps() method
168 …(Supplier) () -> {return Collections.checkedMap(new TreeMap().descendingMap(), Integer.class, Inte… in makeCheckedMaps() method
170 …(Supplier) () -> {return Collections.checkedNavigableMap(new TreeMap(), Integer.class, Integer.cla… in makeCheckedMaps() method
172 …(Supplier) () -> {return Collections.checkedNavigableMap(new TreeMap(Collections.reverseOrder()), … in makeCheckedMaps() method
174 …(Supplier) () -> {return Collections.checkedNavigableMap(new TreeMap().descendingMap(), Integer.cl… in makeCheckedMaps() method
H A DCheckedSetBash.java159 …(Supplier) () -> {return Collections.checkedSet(new TreeSet(Collections.reverseOrder()), Integer.c… in makeCheckedSets() method
161 … (Supplier) () -> {return Collections.checkedSet(new TreeSet().descendingSet(), Integer.class);}}, in makeCheckedSets() method
163 … (Supplier) () -> {return Collections.checkedNavigableSet(new TreeSet(), Integer.class);}}, in makeCheckedSets() method
165 …(Supplier) () -> {return Collections.checkedNavigableSet(new TreeSet(Collections.reverseOrder()), … in makeCheckedSets() method
167 …(Supplier) () -> {return Collections.checkedNavigableSet(new TreeSet().descendingSet(), Integer.cl… in makeCheckedSets() method
/dports/net/concourse-fly/concourse-6.7.1/vendor/go.opentelemetry.io/otel/api/propagators/
H A Dtext_propagator.go33 Inject(ctx context.Context, supplier Supplier)
39 Extract(ctx context.Context, supplier Supplier) (core.SpanContext, dctx.Map)
52 type Supplier interface { interface
/dports/misc/concourse/concourse-6.7.2/vendor/go.opentelemetry.io/otel/api/propagators/
H A Dtext_propagator.go33 Inject(ctx context.Context, supplier Supplier)
39 Extract(ctx context.Context, supplier Supplier) (core.SpanContext, dctx.Map)
52 type Supplier interface { interface
/dports/databases/db5/db-5.3.28/examples/java/src/collections/ship/marshal/
H A DSupplier.java33 public class Supplier implements Serializable, MarshalledEnt { class
42 public Supplier(String number, String name, int status, String city) { in Supplier() method in Supplier
89 Supplier() { in Supplier() method in Supplier
/dports/java/berkeley-db/je-6.2.31/examples/collections/ship/marshal/
H A DSupplier.java32 public class Supplier implements Serializable, MarshalledEntity { class
41 public Supplier(String number, String name, int status, String city) { in Supplier() method in Supplier
88 Supplier() { in Supplier() method in Supplier
/dports/databases/db18/db-18.1.40/examples/java/src/collections/ship/marshal/
H A DSupplier.java32 public class Supplier implements Serializable, MarshalledEnt { class
41 public Supplier(String number, String name, int status, String city) { in Supplier() method in Supplier
89 Supplier() { in Supplier() method in Supplier
/dports/databases/db5/db-5.3.28/examples/java/src/collections/ship/entity/
H A DSupplier.java21 public class Supplier { class
28 public Supplier(String number, String name, int status, String city) { in Supplier() method in Supplier
/dports/databases/db18/db-18.1.40/examples/java/src/collections/ship/tuple/
H A DSupplier.java20 public class Supplier { class
27 public Supplier(String number, String name, int status, String city) { in Supplier() method in Supplier
/dports/java/berkeley-db/je-6.2.31/examples/collections/ship/entity/
H A DSupplier.java20 public class Supplier { class
27 public Supplier(String number, String name, int status, String city) { in Supplier() method in Supplier
/dports/java/berkeley-db/je-6.2.31/examples/collections/ship/tuple/
H A DSupplier.java20 public class Supplier { class
27 public Supplier(String number, String name, int status, String city) { in Supplier() method in Supplier
/dports/databases/db5/db-5.3.28/examples/java/src/collections/ship/tuple/
H A DSupplier.java21 public class Supplier { class
28 public Supplier(String number, String name, int status, String city) { in Supplier() method in Supplier
/dports/databases/db18/db-18.1.40/examples/java/src/collections/ship/entity/
H A DSupplier.java20 public class Supplier { class
27 public Supplier(String number, String name, int status, String city) { in Supplier() method in Supplier
/dports/databases/db18/db-18.1.40/examples/java/src/collections/ship/sentity/
H A DSupplier.java30 public class Supplier implements Serializable { class
37 public Supplier(String number, String name, int status, String city) { in Supplier() method in Supplier
/dports/java/berkeley-db/je-6.2.31/examples/collections/ship/sentity/
H A DSupplier.java30 public class Supplier implements Serializable { class
37 public Supplier(String number, String name, int status, String city) { in Supplier() method in Supplier
/dports/databases/db5/db-5.3.28/examples/java/src/collections/ship/sentity/
H A DSupplier.java31 public class Supplier implements Serializable { class
38 public Supplier(String number, String name, int status, String city) { in Supplier() method in Supplier
/dports/databases/db18/db-18.1.40/examples/java/src/collections/ship/factory/
H A DSupplier.java32 public class Supplier implements Serializable, MarshalledTupleKeyEntity { class
41 public Supplier(String number, String name, int status, String city) { in Supplier() method in Supplier
/dports/java/berkeley-db/je-6.2.31/examples/collections/ship/factory/
H A DSupplier.java32 public class Supplier implements Serializable, MarshalledTupleKeyEntity { class
41 public Supplier(String number, String name, int status, String city) { in Supplier() method in Supplier
/dports/databases/db5/db-5.3.28/examples/java/src/collections/ship/factory/
H A DSupplier.java33 public class Supplier implements Serializable, MarshalledTupleKeyEntity { class
42 public Supplier(String number, String name, int status, String city) { in Supplier() method in Supplier
/dports/databases/fastdb/fastdb/examples/
H A Dtestjoin.cpp23 struct Supplier { struct
32 dbReference<Supplier> supplier; argument
/dports/databases/gigabase/gigabase/
H A Dtestjoin.cpp23 struct Supplier { struct
32 dbReference<Supplier> supplier; argument

12345678910