Searched refs:MarshalledTupleKeyEntity (Results 1 - 25 of 36) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/bind/serial/
H A DTupleSerialMarshalledKeyCreator.java11 import com.sleepycat.bind.tuple.MarshalledTupleKeyEntity;
18 * methods of the {@link MarshalledTupleKeyEntity} interface to create and
26 MarshalledTupleKeyEntity>
38 * MarshalledTupleKeyEntity#marshalSecondaryKey} method to identify the
64 MarshalledTupleKeyEntity entity =
73 MarshalledTupleKeyEntity entity =
H A DTupleSerialMarshalledBinding.java11 import com.sleepycat.bind.tuple.MarshalledTupleKeyEntity;
17 * <code>MarshalledTupleKeyEntity</code> interface of the entity class.
19 * <p>The {@link MarshalledTupleKeyEntity} interface must be implemented by the
28 * @see MarshalledTupleKeyEntity
33 public class TupleSerialMarshalledBinding<E extends MarshalledTupleKeyEntity>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/bind/tuple/
H A DMarshalledTupleKeyEntity.java13 * tuples. Since <code>MarshalledTupleKeyEntity</code> objects are instantiated
27 public interface MarshalledTupleKeyEntity { interface
H A DTupleTupleMarshalledBinding.java16 * <code>MarshalledTupleKeyEntity</code> interfaces of the entity class.
20 * methods of the {@link MarshalledTupleKeyEntity} interface to convert between
27 MarshalledTupleEntry & MarshalledTupleKeyEntity>
38 * MarshalledTupleEntry} and {@link MarshalledTupleKeyEntity}
49 if (!MarshalledTupleKeyEntity.class.isAssignableFrom(cls)) {
51 " does not implement MarshalledTupleKeyEntity");
H A DTupleTupleMarshalledKeyCreator.java14 * methods of the {@link MarshalledTupleKeyEntity} interface to create and
25 MarshalledTupleEntry & MarshalledTupleKeyEntity>
37 * MarshalledTupleKeyEntity#marshalSecondaryKey} method to identify the
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/bind/serial/
H A DTupleSerialMarshalledKeyCreator.java11 import com.sleepycat.bind.tuple.MarshalledTupleKeyEntity;
18 * methods of the {@link MarshalledTupleKeyEntity} interface to create and
26 MarshalledTupleKeyEntity>
38 * MarshalledTupleKeyEntity#marshalSecondaryKey} method to identify the
64 MarshalledTupleKeyEntity entity =
73 MarshalledTupleKeyEntity entity =
H A DTupleSerialMarshalledBinding.java11 import com.sleepycat.bind.tuple.MarshalledTupleKeyEntity;
17 * <code>MarshalledTupleKeyEntity</code> interface of the entity class.
19 * <p>The {@link MarshalledTupleKeyEntity} interface must be implemented by the
28 * @see MarshalledTupleKeyEntity
33 public class TupleSerialMarshalledBinding<E extends MarshalledTupleKeyEntity>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/bind/tuple/
H A DMarshalledTupleKeyEntity.java13 * tuples. Since <code>MarshalledTupleKeyEntity</code> objects are instantiated
27 public interface MarshalledTupleKeyEntity { interface
H A DTupleTupleMarshalledBinding.java16 * <code>MarshalledTupleKeyEntity</code> interfaces of the entity class.
20 * methods of the {@link MarshalledTupleKeyEntity} interface to convert between
27 MarshalledTupleEntry & MarshalledTupleKeyEntity>
38 * MarshalledTupleEntry} and {@link MarshalledTupleKeyEntity}
49 if (!MarshalledTupleKeyEntity.class.isAssignableFrom(cls)) {
51 " does not implement MarshalledTupleKeyEntity");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/bind/serial/
H A DTupleSerialMarshalledKeyCreator.java11 import com.sleepycat.bind.tuple.MarshalledTupleKeyEntity;
18 * methods of the {@link MarshalledTupleKeyEntity} interface to create and
26 MarshalledTupleKeyEntity>
38 * MarshalledTupleKeyEntity#marshalSecondaryKey} method to identify the
64 MarshalledTupleKeyEntity entity =
73 MarshalledTupleKeyEntity entity =
H A DTupleSerialMarshalledBinding.java11 import com.sleepycat.bind.tuple.MarshalledTupleKeyEntity;
17 * <code>MarshalledTupleKeyEntity</code> interface of the entity class.
19 * <p>The {@link MarshalledTupleKeyEntity} interface must be implemented by the
28 * @see MarshalledTupleKeyEntity
33 public class TupleSerialMarshalledBinding<E extends MarshalledTupleKeyEntity>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/bind/tuple/
H A DMarshalledTupleKeyEntity.java13 * tuples. Since <code>MarshalledTupleKeyEntity</code> objects are instantiated
27 public interface MarshalledTupleKeyEntity { interface
H A DTupleTupleMarshalledBinding.java16 * <code>MarshalledTupleKeyEntity</code> interfaces of the entity class.
20 * methods of the {@link MarshalledTupleKeyEntity} interface to convert between
27 MarshalledTupleEntry & MarshalledTupleKeyEntity>
38 * MarshalledTupleEntry} and {@link MarshalledTupleKeyEntity}
49 if (!MarshalledTupleKeyEntity.class.isAssignableFrom(cls)) {
51 " does not implement MarshalledTupleKeyEntity");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/collections/
H A DTupleSerialFactory.java16 import com.sleepycat.bind.tuple.MarshalledTupleKeyEntity;
24 * MarshalledTupleKeyEntity interfaces. The key classes must either implement
60 * store. It must implement the {@link MarshalledTupleKeyEntity}
66 public <K, V extends MarshalledTupleKeyEntity> StoredMap<K,V>
88 * store. It must implement the {@link MarshalledTupleKeyEntity}
94 public <K, V extends MarshalledTupleKeyEntity> StoredSortedMap<K,V>
112 * store. It must implement the {@link MarshalledTupleKeyEntity}
116 * MarshalledTupleKeyEntity#marshalSecondaryKey} method to identify the
119 public <V extends MarshalledTupleKeyEntity>
127 public <V extends MarshalledTupleKeyEntity>
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/collections/
H A DTupleSerialFactory.java16 import com.sleepycat.bind.tuple.MarshalledTupleKeyEntity;
24 * MarshalledTupleKeyEntity interfaces. The key classes must either implement
60 * store. It must implement the {@link MarshalledTupleKeyEntity}
66 public <K, V extends MarshalledTupleKeyEntity> StoredMap<K,V>
88 * store. It must implement the {@link MarshalledTupleKeyEntity}
94 public <K, V extends MarshalledTupleKeyEntity> StoredSortedMap<K,V>
112 * store. It must implement the {@link MarshalledTupleKeyEntity}
116 * MarshalledTupleKeyEntity#marshalSecondaryKey} method to identify the
119 public <V extends MarshalledTupleKeyEntity>
127 public <V extends MarshalledTupleKeyEntity>
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/collections/
H A DTupleSerialFactory.java16 import com.sleepycat.bind.tuple.MarshalledTupleKeyEntity;
24 * MarshalledTupleKeyEntity interfaces. The key classes must either implement
60 * store. It must implement the {@link MarshalledTupleKeyEntity}
66 public <K, V extends MarshalledTupleKeyEntity> StoredMap<K,V>
88 * store. It must implement the {@link MarshalledTupleKeyEntity}
94 public <K, V extends MarshalledTupleKeyEntity> StoredSortedMap<K,V>
112 * store. It must implement the {@link MarshalledTupleKeyEntity}
116 * MarshalledTupleKeyEntity#marshalSecondaryKey} method to identify the
119 public <V extends MarshalledTupleKeyEntity>
127 public <V extends MarshalledTupleKeyEntity>
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_java/src/collections/ship/factory/
H A DPart.java13 import com.sleepycat.bind.tuple.MarshalledTupleKeyEntity;
21 * implementing the MarshalledTupleKeyEntity interface. </p>
33 public class Part implements Serializable, MarshalledTupleKeyEntity {
85 // --- MarshalledTupleKeyEntity implementation ---
H A DShipment.java13 import com.sleepycat.bind.tuple.MarshalledTupleKeyEntity;
21 * implementing the MarshalledTupleKeyEntity interface. </p>
33 public class Shipment implements Serializable, MarshalledTupleKeyEntity {
71 // --- MarshalledTupleKeyEntity implementation ---
H A DSupplier.java13 import com.sleepycat.bind.tuple.MarshalledTupleKeyEntity;
21 * implementing the MarshalledTupleKeyEntity interface. </p>
33 public class Supplier implements Serializable, MarshalledTupleKeyEntity {
78 // --- MarshalledTupleKeyEntity implementation ---
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_java/src/collections/ship/factory/
H A DPart.java13 import com.sleepycat.bind.tuple.MarshalledTupleKeyEntity;
21 * implementing the MarshalledTupleKeyEntity interface. </p>
33 public class Part implements Serializable, MarshalledTupleKeyEntity {
85 // --- MarshalledTupleKeyEntity implementation ---
H A DShipment.java13 import com.sleepycat.bind.tuple.MarshalledTupleKeyEntity;
21 * implementing the MarshalledTupleKeyEntity interface. </p>
33 public class Shipment implements Serializable, MarshalledTupleKeyEntity {
71 // --- MarshalledTupleKeyEntity implementation ---
H A DSupplier.java13 import com.sleepycat.bind.tuple.MarshalledTupleKeyEntity;
21 * implementing the MarshalledTupleKeyEntity interface. </p>
33 public class Supplier implements Serializable, MarshalledTupleKeyEntity {
78 // --- MarshalledTupleKeyEntity implementation ---
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_java/src/collections/ship/factory/
H A DPart.java13 import com.sleepycat.bind.tuple.MarshalledTupleKeyEntity;
21 * implementing the MarshalledTupleKeyEntity interface. </p>
33 public class Part implements Serializable, MarshalledTupleKeyEntity {
85 // --- MarshalledTupleKeyEntity implementation ---
H A DShipment.java13 import com.sleepycat.bind.tuple.MarshalledTupleKeyEntity;
21 * implementing the MarshalledTupleKeyEntity interface. </p>
33 public class Shipment implements Serializable, MarshalledTupleKeyEntity {
71 // --- MarshalledTupleKeyEntity implementation ---
H A DSupplier.java13 import com.sleepycat.bind.tuple.MarshalledTupleKeyEntity;
21 * implementing the MarshalledTupleKeyEntity interface. </p>
33 public class Supplier implements Serializable, MarshalledTupleKeyEntity {
78 // --- MarshalledTupleKeyEntity implementation ---

Completed in 82 milliseconds

12