| Package | Description |
|---|---|
| fiftyone.mobile.detection | |
| fiftyone.mobile.detection.entities | |
| fiftyone.mobile.detection.factories |
| Modifier and Type | Field and Description |
|---|---|
ReadonlyList<Value> |
Dataset.values |
| Modifier and Type | Method and Description |
|---|---|
ReadonlyList<Value> |
Dataset.getValues()
A list of all property values the data set contains.
|
| Modifier and Type | Field and Description |
|---|---|
private Value |
Property.defaultValue |
private Value[] |
Signature.values |
private Value[] |
Profile.values |
| Modifier and Type | Field and Description |
|---|---|
private static Comparator<Value> |
Profile.propertyComparator
Comparator used to order the properties by descending display order.
|
| Modifier and Type | Method and Description |
|---|---|
private Value[] |
Profile.doGetValues() |
Value |
Property.getDefaultValue()
The value the property returns if a strongly type value is not available.
|
Value[] |
Signature.getValues() |
Value[] |
Profile.getValues() |
private Value[] |
Signature.initGetValues()
Returns an array of values associated with the signature.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Value.compareTo(Value other)
Compares this value to another using the index field if they're in the
same list other wise the name value.
|
| Constructor and Description |
|---|
Values(Property property,
Collection<Value> values)
Constructs a new instance of the values list.
|
| Modifier and Type | Method and Description |
|---|---|
Value |
ValueFactory.create(Dataset dataSet,
int index,
BinaryReader reader) |