Index

A B C D F G I K L M O P S T U V 
All Classes and Interfaces|All Packages

A

ArrayDataType<T> - Class in com.jeff_media.morepersistentdatatypes.datatypes.collections
A PersistentDataType for arrays
ArrayDataType(T[], PersistentDataType<?, T>) - Constructor for class com.jeff_media.morepersistentdatatypes.datatypes.collections.ArrayDataType
Creates a new ArrayDataType
asArray(T[], PersistentDataType<?, T>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
Turns an existing PersistentDataType into one that holds arrays of the same class.
asArrayList(PersistentDataType<?, T>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
Turns an existing PersistentDataType into one that holds an ArrayList of the same class
asConcurrentHashMap(PersistentDataType<?, K>, PersistentDataType<?, V>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
Creates a PersistentDataType holding a ConcurrentHashMap of the given DataTypes
asCopyOnWriteArrayList(PersistentDataType<?, T>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
Turns an existing PersistentDataType into one that holds a CopyOnWriteArrayList of the same class
asCopyOnWriteArraySet(PersistentDataType<?, T>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
Turns an existing PersistentDataType into one that holds a CopyOnWriteArraySet of the same class
asEnum(Class<E>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
Creates a PersistentDataType for a given Enum class.
asEnumMap(Class<E>, PersistentDataType<?, V>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
Creates a PersistentDataType holding an EnumMap of the given Enum Class and DataType
asEnumSet(Class<E>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
Returns a PersistentDataType holding an EnumSet of the given Enum class
asGenericCollection(Supplier<C>, PersistentDataType<?, T>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
Turns an existing PersistentDataType into one that holds a Collection of the same class
asGenericMap(Supplier<M>, PersistentDataType<?, K>, PersistentDataType<?, V>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
Creates a PersistentDataType holding a specific Map implementation of the given DataTypes.
asHashMap(PersistentDataType<?, K>, PersistentDataType<?, V>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
Creates a PersistentDataType holding a HashMap of the given DataTypes
asHashSet(PersistentDataType<?, T>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
Turns an existing PersistentDataType into one that holds a HashSet of the same class
asHashtable(PersistentDataType<?, K>, PersistentDataType<?, V>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
Creates a PersistentDataType holding a Hashtable of the given DataTypes
asIdentityHashMap(PersistentDataType<?, K>, PersistentDataType<?, V>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
Creates a PersistentDataType holding a IdentityHashMap of the given DataTypes
asLinkedHashMap(PersistentDataType<?, K>, PersistentDataType<?, V>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
Creates a PersistentDataType holding a LinkedHashMap of the given DataTypes
asLinkedList(PersistentDataType<?, T>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
Turns an existing PersistentDataType into one that holds a LinkedList of the same class
asList(PersistentDataType<?, T>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
Turns an existing PersistentDataType into one that holds a List of the same class.
asMap(PersistentDataType<?, K>, PersistentDataType<?, V>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
Creates a PersistentDataType holding a Map of the given DataTypes
asSet(PersistentDataType<?, T>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
Turns an existing PersistentDataType into one that holds a Set of the same class
asTreeMap(PersistentDataType<?, K>, PersistentDataType<?, V>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
Creates a PersistentDataType holding a TreeMap of the given DataTypes
ATTRIBUTE_MODIFIER - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
ATTRIBUTE_MODIFIER_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType

B

BLOCK_DATA - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
BLOCK_DATA_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
BLOCK_VECTOR - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
BLOCK_VECTOR_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
BlockDataArrayDataType - Class in com.jeff_media.morepersistentdatatypes.datatypes
BlockDataArrayDataType() - Constructor for class com.jeff_media.morepersistentdatatypes.datatypes.BlockDataArrayDataType
 
BOOLEAN - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
BOOLEAN_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
PersistentDataType for boolean arrays
BooleanArrayDataType - Class in com.jeff_media.morepersistentdatatypes.datatypes
A PersistentDataType for boolean arrays
BooleanArrayDataType() - Constructor for class com.jeff_media.morepersistentdatatypes.datatypes.BooleanArrayDataType
 
BOUNDING_BOX - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
BOUNDING_BOX_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
build(Supplier<? extends M1>) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.collections.MapDataType.Builder
Builds the MapDataType
builder() - Static method in class com.jeff_media.morepersistentdatatypes.datatypes.collections.MapDataType
Creates a new MapDataType.Builder
Builder() - Constructor for class com.jeff_media.morepersistentdatatypes.datatypes.collections.MapDataType.Builder
 
BYTE - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
BYTE_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
PersistentDataType for byte arrays

C

CHARACTER - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
CHARACTER_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
PersistentDataType for char arrays
CharArrayDataType - Class in com.jeff_media.morepersistentdatatypes.datatypes
A PersistentDataType for char arrays
CharArrayDataType() - Constructor for class com.jeff_media.morepersistentdatatypes.datatypes.CharArrayDataType
 
CollectionDataType<C extends Collection<T>,T> - Class in com.jeff_media.morepersistentdatatypes.datatypes.collections
CollectionDataType(Supplier<C>, PersistentDataType<?, T>) - Constructor for class com.jeff_media.morepersistentdatatypes.datatypes.collections.CollectionDataType
Creates a new CollectionDataType with the given collection supplier and element data type
COLOR - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
COLOR_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
com.jeff_media.morepersistentdatatypes - package com.jeff_media.morepersistentdatatypes
Main package. Everything you'll need is in this package.
com.jeff_media.morepersistentdatatypes.datatypes - package com.jeff_media.morepersistentdatatypes.datatypes
com.jeff_media.morepersistentdatatypes.datatypes.collections - package com.jeff_media.morepersistentdatatypes.datatypes.collections
Generic PersistentDataTypes for arrays, Collections and Maps
com.jeff_media.morepersistentdatatypes.datatypes.serializable - package com.jeff_media.morepersistentdatatypes.datatypes.serializable
CONFIGURATION_SERIALIZABLE - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
CONFIGURATION_SERIALIZABLE_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
ConfigurationSerializableArrayDataType<T extends ConfigurationSerializable> - Class in com.jeff_media.morepersistentdatatypes.datatypes.serializable
ConfigurationSerializableArrayDataType(Class<T[]>) - Constructor for class com.jeff_media.morepersistentdatatypes.datatypes.serializable.ConfigurationSerializableArrayDataType
Creates a new ConfigurationSerializableArrayDataType with the given type
ConfigurationSerializableDataType<T extends ConfigurationSerializable> - Class in com.jeff_media.morepersistentdatatypes.datatypes.serializable
ConfigurationSerializableDataType(Class<T>) - Constructor for class com.jeff_media.morepersistentdatatypes.datatypes.serializable.ConfigurationSerializableDataType
Creates a new ConfigurationSerializableDataType for the given type

D

DataType - Interface in com.jeff_media.morepersistentdatatypes
Custom PersistentDataTypes including Collections, Maps, and Arrays.
DataType_1_18_1 - Interface in com.jeff_media.morepersistentdatatypes
Custom PersistentDataTypes for versions 1.18.1 and later
DataType.Utils - Class in com.jeff_media.morepersistentdatatypes
For internal use only.
DATE - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
DOUBLE - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
PersistentDataType for doubles
DOUBLE_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
PersistentDataType for double arrays
DoubleArrayDataType - Class in com.jeff_media.morepersistentdatatypes.datatypes
A PersistentDataType for double arrays.
DoubleArrayDataType() - Constructor for class com.jeff_media.morepersistentdatatypes.datatypes.DoubleArrayDataType
 

F

FILE_CONFIGURATION - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
FileConfigurationDataType - Class in com.jeff_media.morepersistentdatatypes.datatypes
FileConfigurationDataType() - Constructor for class com.jeff_media.morepersistentdatatypes.datatypes.FileConfigurationDataType
 
FIREWORK_EFFECT - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
FIREWORK_EFFECT_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
FLOAT - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
FLOAT_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
PersistentDataType for float arrays
FloatArrayDataType - Class in com.jeff_media.morepersistentdatatypes.datatypes
A PersistentDataType for float arrays.
FloatArrayDataType() - Constructor for class com.jeff_media.morepersistentdatatypes.datatypes.FloatArrayDataType
 
fromPrimitive(byte[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.BlockDataArrayDataType
 
fromPrimitive(byte[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.BooleanArrayDataType
 
fromPrimitive(byte[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.DoubleArrayDataType
 
fromPrimitive(byte[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.FloatArrayDataType
 
fromPrimitive(byte[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.serializable.ConfigurationSerializableArrayDataType
 
fromPrimitive(byte[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.serializable.ConfigurationSerializableDataType
 
fromPrimitive(byte[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.ShortArrayDataType
 
fromPrimitive(byte[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.StringArrayDataType
 
fromPrimitive(byte[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.UuidDataType
 
fromPrimitive(int[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.CharArrayDataType
 
fromPrimitive(String, PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.FileConfigurationDataType
 
fromPrimitive(PersistentDataContainer, PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.collections.ArrayDataType
 
fromPrimitive(PersistentDataContainer, PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.collections.CollectionDataType
 
fromPrimitive(PersistentDataContainer, PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.collections.MapDataType
 
fromPrimitive(T, PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.GenericDataType
 

G

GenericDataType<T,Z> - Class in com.jeff_media.morepersistentdatatypes.datatypes
GenericDataType(Class<T>, Class<Z>, Function<T, Z>, Function<Z, T>) - Constructor for class com.jeff_media.morepersistentdatatypes.datatypes.GenericDataType
Creates a new generic PersistentDataType.
getComplexType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.BlockDataArrayDataType
 
getComplexType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.BooleanArrayDataType
 
getComplexType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.CharArrayDataType
 
getComplexType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.collections.ArrayDataType
 
getComplexType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.collections.CollectionDataType
 
getComplexType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.collections.MapDataType
 
getComplexType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.DoubleArrayDataType
 
getComplexType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.FileConfigurationDataType
 
getComplexType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.FloatArrayDataType
 
getComplexType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.GenericDataType
 
getComplexType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.serializable.ConfigurationSerializableArrayDataType
 
getComplexType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.serializable.ConfigurationSerializableDataType
 
getComplexType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.ShortArrayDataType
 
getComplexType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.StringArrayDataType
 
getComplexType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.UuidDataType
 
getKeyKey(int) - Static method in class com.jeff_media.morepersistentdatatypes.DataType.Utils
Returns a NamespacedKey for the given key index.
getKeyKey(String) - Static method in class com.jeff_media.morepersistentdatatypes.DataType.Utils
Returns a NamespacedKey for the given key name.
getPrimitiveType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.BlockDataArrayDataType
 
getPrimitiveType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.BooleanArrayDataType
 
getPrimitiveType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.CharArrayDataType
 
getPrimitiveType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.collections.ArrayDataType
 
getPrimitiveType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.collections.CollectionDataType
 
getPrimitiveType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.collections.MapDataType
 
getPrimitiveType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.DoubleArrayDataType
 
getPrimitiveType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.FileConfigurationDataType
 
getPrimitiveType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.FloatArrayDataType
 
getPrimitiveType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.GenericDataType
 
getPrimitiveType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.serializable.ConfigurationSerializableArrayDataType
 
getPrimitiveType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.serializable.ConfigurationSerializableDataType
 
getPrimitiveType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.ShortArrayDataType
 
getPrimitiveType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.StringArrayDataType
 
getPrimitiveType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.UuidDataType
 
getValueKey(int) - Static method in class com.jeff_media.morepersistentdatatypes.DataType.Utils
Returns a NamespacedKey for the given value index.
getValueKey(String) - Static method in class com.jeff_media.morepersistentdatatypes.DataType.Utils
Returns a NamespacedKey for the given value name.

I

INTEGER - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
INTEGER_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
PersistentDataType for int arrays
ITEM_META - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
ITEM_META_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
ITEM_STACK - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
ITEM_STACK_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType

K

keyDataType(PersistentDataType<?, K1>) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.collections.MapDataType.Builder
Sets the PersistentDataType for the keys

L

LOCATION - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
LOCATION_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
LONG - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
LONG_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
PersistentDataType for long arrays

M

MapDataType<M extends Map<K,V>,K,V> - Class in com.jeff_media.morepersistentdatatypes.datatypes.collections
MapDataType(Supplier<? extends M>, PersistentDataType<?, K>, PersistentDataType<?, V>) - Constructor for class com.jeff_media.morepersistentdatatypes.datatypes.collections.MapDataType
Creates a new MapDataType
MapDataType.Builder<M extends Map<K,V>,K,V> - Class in com.jeff_media.morepersistentdatatypes.datatypes.collections
A builder for MapDataTypes

O

OFFLINE_PLAYER - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
OFFLINE_PLAYER_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType

P

PATTERN - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
PATTERN_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
PersistentDataType for Banner Pattern arrays
PLAYER - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
PLAYER_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
PLAYER_PROFILE - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType_1_18_1
PLAYER_PROFILE_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType_1_18_1
POTION_EFFECT - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
POTION_EFFECT_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType

S

SHORT - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
SHORT_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
PersistentDataType for short arrays
ShortArrayDataType - Class in com.jeff_media.morepersistentdatatypes.datatypes
A PersistentDataType for short arrays.
ShortArrayDataType() - Constructor for class com.jeff_media.morepersistentdatatypes.datatypes.ShortArrayDataType
 
STRING - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
STRING_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
StringArrayDataType - Class in com.jeff_media.morepersistentdatatypes.datatypes
StringArrayDataType(Charset) - Constructor for class com.jeff_media.morepersistentdatatypes.datatypes.StringArrayDataType
Creates a new StringArrayDataType with the given charset

T

TAG_CONTAINER - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
TAG_CONTAINER_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
toPrimitive(boolean[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.BooleanArrayDataType
 
toPrimitive(char[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.CharArrayDataType
 
toPrimitive(double[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.DoubleArrayDataType
 
toPrimitive(float[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.FloatArrayDataType
 
toPrimitive(short[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.ShortArrayDataType
 
toPrimitive(C, PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.collections.CollectionDataType
 
toPrimitive(String[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.StringArrayDataType
 
toPrimitive(UUID, PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.UuidDataType
 
toPrimitive(M, PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.collections.MapDataType
 
toPrimitive(BlockData[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.BlockDataArrayDataType
 
toPrimitive(FileConfiguration, PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.FileConfigurationDataType
 
toPrimitive(T[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.collections.ArrayDataType
 
toPrimitive(T[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.serializable.ConfigurationSerializableArrayDataType
 
toPrimitive(T, PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.serializable.ConfigurationSerializableDataType
 
toPrimitive(Z, PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.GenericDataType
 

U

UUID - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
UuidDataType - Class in com.jeff_media.morepersistentdatatypes.datatypes
UuidDataType() - Constructor for class com.jeff_media.morepersistentdatatypes.datatypes.UuidDataType
 

V

valueDataType(PersistentDataType<?, V1>) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.collections.MapDataType.Builder
Sets the PersistentDataType for the values
VECTOR - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
VECTOR_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
A B C D F G I K L M O P S T U V 
All Classes and Interfaces|All Packages