- LATITUDE_VALUE - Static variable in enum io.redvox.apis.Api900.ChannelType
-
LATITUDE = 2;
- LIGHT_VALUE - Static variable in enum io.redvox.apis.Api900.ChannelType
-
LIGHT = 21;
- lightChannel() - Method in class io.redvox.api900.tests.WrappedRedvoxPacketTest
-
- lightChannel() - Method in class io.redvox.api900.WrappedRedvoxPacket
-
Returns the light channel in an optional if it is present, otherwise, an empty optional.
- LightSensor - Class in io.redvox.api900.sensors
-
This class represents a light unevenly sampled sensor channel.
- LightSensor(Api900.UnevenlySampledChannel) - Constructor for class io.redvox.api900.sensors.LightSensor
-
- LightSensorTest - Class in io.redvox.api900.tests
-
- LightSensorTest() - Constructor for class io.redvox.api900.tests.LightSensorTest
-
- listsEqual(List<T>, List<T>) - Static method in class io.redvox.api900.tests.Util
-
- listsEqual(List<T>, T...) - Static method in class io.redvox.api900.tests.Util
-
- listToKeyPair(List<T>) - Static method in class io.redvox.api900.Util
-
Converts a list with an even number of elements into a key-pair map by changing every pair of values in the list
into a key-pair within the map.
- listToKeyPairEmpty() - Method in class io.redvox.api900.tests.UtilTest
-
- listToKeyPairOdd() - Method in class io.redvox.api900.tests.UtilTest
-
- listToKeyPairSingle() - Method in class io.redvox.api900.tests.UtilTest
-
- loadResourceBytes(String) - Static method in class io.redvox.api900.tests.Resources
-
- loadResourceFile(String) - Static method in class io.redvox.api900.tests.Resources
-
- loadResourceJson(String) - Static method in class io.redvox.api900.tests.Resources
-
- loadResourcePath(String) - Static method in class io.redvox.api900.tests.Resources
-
- locationChannel() - Method in class io.redvox.api900.tests.WrappedRedvoxPacketTest
-
- locationChannel() - Method in class io.redvox.api900.WrappedRedvoxPacket
-
Returns the location channel in an optional if it is present, otherwise, an empty optional.
- LocationSensor - Class in io.redvox.api900.sensors
-
This class represents a location unevenly sampled sensor channel.
- LocationSensor(Api900.UnevenlySampledChannel) - Constructor for class io.redvox.api900.sensors.LocationSensor
-
- LocationSensorTest - Class in io.redvox.api900.tests
-
- LocationSensorTest() - Constructor for class io.redvox.api900.tests.LocationSensorTest
-
- LONGITUDE_VALUE - Static variable in enum io.redvox.apis.Api900.ChannelType
-
LONGITUDE = 3;
- Lz4 - Class in io.redvox.api900
-
This class provides methods for compressing and decompressing byte arrays using Lz4.
- Lz4() - Constructor for class io.redvox.api900.Lz4
-
- Lz4Test - Class in io.redvox.api900.tests
-
- Lz4Test() - Constructor for class io.redvox.api900.tests.Lz4Test
-