Uses of Class
fiftyone.mobile.detection.TrieProvider.OffsetType

Packages that use TrieProvider.OffsetType
fiftyone.mobile.detection   
 

Uses of TrieProvider.OffsetType in fiftyone.mobile.detection
 

Methods in fiftyone.mobile.detection that return TrieProvider.OffsetType
static TrieProvider.OffsetType TrieProvider.OffsetType.fromByte(byte value)
           
static TrieProvider.OffsetType TrieProvider.OffsetType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TrieProvider.OffsetType[] TrieProvider.OffsetType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in fiftyone.mobile.detection with parameters of type TrieProvider.OffsetType
private  void TrieProvider.setNextNodePosition(TrieReader reader, short childIndex, short numberOfChildren, TrieProvider.OffsetType offsetType)
          Returns the position in the nodes stream of the next node.
static int TrieProvider.sizeOfOffsets(TrieProvider.OffsetType offsetType)
          The number of bytes each offset takes.