- AbstractByteList - Class in cern.colt.list
-
Abstract base class for resizable lists holding byte elements; abstract.
- AbstractByteList() - Constructor for class cern.colt.list.AbstractByteList
-
Makes this class non instantiable, but still let's others inherit from it.
- AbstractCollection - Class in cern.colt.list
-
Abstract base class for resizable collections holding objects or primitive data types such as int, float, etc.
- AbstractCollection() - Constructor for class cern.colt.list.AbstractCollection
-
Makes this class non instantiable, but still let's others inherit from it.
- AbstractContinousDistribution - Class in cern.jet.random
-
Abstract base class for all continous distributions.
- AbstractContinousDistribution() - Constructor for class cern.jet.random.AbstractContinousDistribution
-
Makes this class non instantiable, but still let's others inherit from it.
- AbstractDistribution - Class in cern.jet.random
-
Abstract base class for all random distributions.
- AbstractDistribution() - Constructor for class cern.jet.random.AbstractDistribution
-
Makes this class non instantiable, but still let's others inherit from it.
- AbstractDoubleList - Class in cern.colt.list
-
Abstract base class for resizable lists holding double elements; abstract.
- AbstractDoubleList() - Constructor for class cern.colt.list.AbstractDoubleList
-
Makes this class non instantiable, but still let's others inherit from it.
- AbstractFloatList - Class in cern.colt.list
-
Abstract base class for resizable lists holding float elements; abstract.
- AbstractFloatList() - Constructor for class cern.colt.list.AbstractFloatList
-
Makes this class non instantiable, but still let's others inherit from it.
- AbstractIntIntMap - Class in cern.colt.map
-
Abstract base class for hash maps holding (key,value) associations of type (int-->int).
- AbstractIntIntMap() - Constructor for class cern.colt.map.AbstractIntIntMap
-
Makes this class non instantiable, but still let's others inherit from it.
- AbstractIntList - Class in cern.colt.list
-
Abstract base class for resizable lists holding int elements; abstract.
- AbstractIntList() - Constructor for class cern.colt.list.AbstractIntList
-
Makes this class non instantiable, but still let's others inherit from it.
- AbstractIntObjectMap - Class in cern.colt.map
-
Abstract base class for hash maps holding (key,value) associations of type (int-->Object).
- AbstractIntObjectMap() - Constructor for class cern.colt.map.AbstractIntObjectMap
-
Makes this class non instantiable, but still let's others inherit from it.
- AbstractList - Class in cern.colt.list
-
Abstract base class for resizable lists holding objects or primitive data types such as int, float, etc.
- AbstractList() - Constructor for class cern.colt.list.AbstractList
-
Makes this class non instantiable, but still let's others inherit from it.
- AbstractLongList - Class in cern.colt.list
-
Abstract base class for resizable lists holding long elements; abstract.
- AbstractLongList() - Constructor for class cern.colt.list.AbstractLongList
-
Makes this class non instantiable, but still let's others inherit from it.
- AbstractLongObjectMap - Class in cern.colt.map
-
Abstract base class for hash maps holding (key,value) associations of type (long-->Object).
- AbstractLongObjectMap() - Constructor for class cern.colt.map.AbstractLongObjectMap
-
Makes this class non instantiable, but still let's others inherit from it.
- AbstractMap - Class in cern.colt.map
-
Abstract base class for hash maps holding objects or primitive data types such as int, float, etc.
- AbstractMap() - Constructor for class cern.colt.map.AbstractMap
-
Makes this class non instantiable, but still let's others inherit from it.
- AbstractRW - Class in openlr.location.utils.worker
-
Location reader and writer.
- AbstractRW() - Constructor for class openlr.location.utils.worker.AbstractRW
-
- access - Variable in class openlr.location.PointLocation
-
The access.
- add(byte) - Method in class cern.colt.list.AbstractByteList
-
Appends the specified element to the end of this list.
- add(double) - Method in class cern.colt.list.AbstractDoubleList
-
Appends the specified element to the end of this list.
- add(float) - Method in class cern.colt.list.AbstractFloatList
-
Appends the specified element to the end of this list.
- add(int) - Method in class cern.colt.list.AbstractIntList
-
Appends the specified element to the end of this list.
- add(long) - Method in class cern.colt.list.AbstractLongList
-
Appends the specified element to the end of this list.
- add(byte) - Method in class cern.colt.list.ByteArrayList
-
Appends the specified element to the end of this list.
- add(double) - Method in class cern.colt.list.DoubleArrayList
-
Appends the specified element to the end of this list.
- add(float) - Method in class cern.colt.list.FloatArrayList
-
Appends the specified element to the end of this list.
- add(int) - Method in class cern.colt.list.IntArrayList
-
Appends the specified element to the end of this list.
- add(long) - Method in class cern.colt.list.LongArrayList
-
Appends the specified element to the end of this list.
- add(Object) - Method in class cern.colt.list.ObjectArrayList
-
Appends the specified element to the end of this list.
- add(Location) - Method in class openlr.location.utils.LocationDataIterator
-
Not supported by this iterator.
- addAllOf(DoubleArrayList) - Method in interface cern.colt.buffer.DoubleBufferConsumer
-
Adds all elements of the specified list to the receiver.
- addAllOf(IntArrayList) - Method in interface cern.colt.buffer.IntBufferConsumer
-
Adds all elements of the specified list to the receiver.
- addAllOf(DoubleArrayList) - Method in class cern.colt.list.AbstractDoubleList
-
Appends all elements of the specified list to the receiver.
- addAllOf(IntArrayList) - Method in class cern.colt.list.AbstractIntList
-
Appends all elements of the specified list to the receiver.
- addAllOf(Collection) - Method in class cern.colt.list.AbstractList
-
Appends all of the elements of the specified Collection to the
receiver.
- addAllOfFromTo(AbstractByteList, int, int) - Method in class cern.colt.list.AbstractByteList
-
Appends the part of the specified list between from (inclusive) and to (inclusive) to the receiver.
- addAllOfFromTo(AbstractDoubleList, int, int) - Method in class cern.colt.list.AbstractDoubleList
-
Appends the part of the specified list between from (inclusive) and to (inclusive) to the receiver.
- addAllOfFromTo(AbstractFloatList, int, int) - Method in class cern.colt.list.AbstractFloatList
-
Appends the part of the specified list between from (inclusive) and to (inclusive) to the receiver.
- addAllOfFromTo(AbstractIntList, int, int) - Method in class cern.colt.list.AbstractIntList
-
Appends the part of the specified list between from (inclusive) and to (inclusive) to the receiver.
- addAllOfFromTo(AbstractLongList, int, int) - Method in class cern.colt.list.AbstractLongList
-
Appends the part of the specified list between from (inclusive) and to (inclusive) to the receiver.
- addAllOfFromTo(ObjectArrayList, int, int) - Method in class cern.colt.list.ObjectArrayList
-
Appends the part of the specified list between from (inclusive) and to (inclusive) to the receiver.
- addError(String) - Method in class openlr.location.utils.LocationData
-
Adds the error.
- addLocation(Location) - Method in class openlr.location.utils.LocationData
-
Adds the line location.
- AffectedLines - Interface in openlr.location.data
-
The enumeration LocationType specifies the different types of location
supported by the OpenLR method.
- apply(byte) - Method in interface cern.colt.function.ByteProcedure
-
Applies a procedure to an argument.
- apply(double) - Method in interface cern.colt.function.DoubleFunction
-
Applies a function to an argument.
- apply(double) - Method in interface cern.colt.function.DoubleProcedure
-
Applies a procedure to an argument.
- apply(float) - Method in interface cern.colt.function.FloatProcedure
-
Applies a procedure to an argument.
- apply(int) - Method in interface cern.colt.function.IntFunction
-
Applies a function to an argument.
- apply(int, int) - Method in interface cern.colt.function.IntIntProcedure
-
Applies a procedure to two arguments.
- apply(int, Object) - Method in interface cern.colt.function.IntObjectProcedure
-
Applies a procedure to two arguments.
- apply(int) - Method in interface cern.colt.function.IntProcedure
-
Applies a procedure to an argument.
- apply(long, Object) - Method in interface cern.colt.function.LongObjectProcedure
-
Applies a procedure to two arguments.
- apply(long) - Method in interface cern.colt.function.LongProcedure
-
Applies a procedure to an argument.
- apply(Object) - Method in interface cern.colt.function.ObjectProcedure
-
Applies a procedure to an argument.
- apply(double) - Method in class cern.jet.random.AbstractDistribution
-
Equivalent to nextDouble().
- apply(int) - Method in class cern.jet.random.AbstractDistribution
-
Equivalent to nextInt().
- apply(double) - Method in class cern.jet.random.engine.RandomEngine
-
Equivalent to raw().
- apply(int) - Method in class cern.jet.random.engine.RandomEngine
-
Equivalent to nextInt().
- apply(long, int) - Method in interface openlr.collection.LongIntProcedure
-
Applies a procedure to two arguments.
- AREA_LOCATIONS - Static variable in enum openlr.LocationType
-
The Constant AREA_LOCATIONS.
- Arithmetic - Class in cern.jet.math
-
Arithmetic functions.
- Arithmetic() - Constructor for class cern.jet.math.Arithmetic
-
Makes this class non instantiable, but still let's others inherit from it.
- Arrays - Class in cern.colt
-
Array manipulations; complements java.util.Arrays.
- Arrays() - Constructor for class cern.colt.Arrays
-
Makes this class non instantiable, but still let's others inherit from it.
- beforeInsert(int, byte) - Method in class cern.colt.list.AbstractByteList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsert(int, double) - Method in class cern.colt.list.AbstractDoubleList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsert(int, float) - Method in class cern.colt.list.AbstractFloatList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsert(int, int) - Method in class cern.colt.list.AbstractIntList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsert(int, long) - Method in class cern.colt.list.AbstractLongList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsert(int, byte) - Method in class cern.colt.list.ByteArrayList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsert(int, double) - Method in class cern.colt.list.DoubleArrayList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsert(int, float) - Method in class cern.colt.list.FloatArrayList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsert(int, int) - Method in class cern.colt.list.IntArrayList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsert(int, long) - Method in class cern.colt.list.LongArrayList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsert(int, Object) - Method in class cern.colt.list.ObjectArrayList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsertAllOf(int, Collection) - Method in class cern.colt.list.AbstractList
-
Inserts all elements of the specified collection before the specified position into the receiver.
- beforeInsertAllOfFromTo(int, AbstractByteList, int, int) - Method in class cern.colt.list.AbstractByteList
-
Inserts the part of the specified list between otherFrom (inclusive) and otherTo (inclusive) before the specified position into the receiver.
- beforeInsertAllOfFromTo(int, AbstractDoubleList, int, int) - Method in class cern.colt.list.AbstractDoubleList
-
Inserts the part of the specified list between otherFrom (inclusive) and otherTo (inclusive) before the specified position into the receiver.
- beforeInsertAllOfFromTo(int, AbstractFloatList, int, int) - Method in class cern.colt.list.AbstractFloatList
-
Inserts the part of the specified list between otherFrom (inclusive) and otherTo (inclusive) before the specified position into the receiver.
- beforeInsertAllOfFromTo(int, AbstractIntList, int, int) - Method in class cern.colt.list.AbstractIntList
-
Inserts the part of the specified list between otherFrom (inclusive) and otherTo (inclusive) before the specified position into the receiver.
- beforeInsertAllOfFromTo(int, AbstractLongList, int, int) - Method in class cern.colt.list.AbstractLongList
-
Inserts the part of the specified list between otherFrom (inclusive) and otherTo (inclusive) before the specified position into the receiver.
- beforeInsertAllOfFromTo(int, ObjectArrayList, int, int) - Method in class cern.colt.list.ObjectArrayList
-
Inserts the part of the specified list between otherFrom (inclusive) and otherTo (inclusive) before the specified position into the receiver.
- beforeInsertDummies(int, int) - Method in class cern.colt.list.AbstractByteList
-
Inserts length dummy elements before the specified position into the receiver.
- beforeInsertDummies(int, int) - Method in class cern.colt.list.AbstractDoubleList
-
Inserts length dummy elements before the specified position into the receiver.
- beforeInsertDummies(int, int) - Method in class cern.colt.list.AbstractFloatList
-
Inserts length dummy elements before the specified position into the receiver.
- beforeInsertDummies(int, int) - Method in class cern.colt.list.AbstractIntList
-
Inserts length dummy elements before the specified position into the receiver.
- beforeInsertDummies(int, int) - Method in class cern.colt.list.AbstractList
-
Inserts length dummy elements before the specified position into the receiver.
- beforeInsertDummies(int, int) - Method in class cern.colt.list.AbstractLongList
-
Inserts length dummy elements before the specified position into the receiver.
- beforeInsertDummies(int, int) - Method in class cern.colt.list.ObjectArrayList
-
Inserts length dummies before the specified position into the receiver.
- big - Static variable in class cern.jet.math.Constants
-
- biginv - Static variable in class cern.jet.math.Constants
-
- binarySearch(byte) - Method in class cern.colt.list.AbstractByteList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearch(double) - Method in class cern.colt.list.AbstractDoubleList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearch(float) - Method in class cern.colt.list.AbstractFloatList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearch(int) - Method in class cern.colt.list.AbstractIntList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearch(long) - Method in class cern.colt.list.AbstractLongList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearch(Object) - Method in class cern.colt.list.ObjectArrayList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearchFromTo(byte, int, int) - Method in class cern.colt.list.AbstractByteList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearchFromTo(double, int, int) - Method in class cern.colt.list.AbstractDoubleList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearchFromTo(float, int, int) - Method in class cern.colt.list.AbstractFloatList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearchFromTo(int, int, int) - Method in class cern.colt.list.AbstractIntList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearchFromTo(long, int, int) - Method in class cern.colt.list.AbstractLongList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearchFromTo(byte, int, int) - Method in class cern.colt.list.ByteArrayList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearchFromTo(double, int, int) - Method in class cern.colt.list.DoubleArrayList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearchFromTo(float, int, int) - Method in class cern.colt.list.FloatArrayList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearchFromTo(int, int, int) - Method in class cern.colt.list.IntArrayList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearchFromTo(long, int, int) - Method in class cern.colt.list.LongArrayList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearchFromTo(Object, int, int) - Method in class cern.colt.list.ObjectArrayList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearchFromTo(Object, int, int, Comparator) - Method in class cern.colt.list.ObjectArrayList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearchFromTo(byte[], byte, int, int) - Static method in class cern.colt.Sorting
-
Searches the list for the specified value using
the binary search algorithm.
- binarySearchFromTo(char[], char, int, int) - Static method in class cern.colt.Sorting
-
Searches the list for the specified value using
the binary search algorithm.
- binarySearchFromTo(double[], double, int, int) - Static method in class cern.colt.Sorting
-
Searches the list for the specified value using
the binary search algorithm.
- binarySearchFromTo(float[], float, int, int) - Static method in class cern.colt.Sorting
-
Searches the list for the specified value using
the binary search algorithm.
- binarySearchFromTo(int[], int, int, int) - Static method in class cern.colt.Sorting
-
Searches the list for the specified value using
the binary search algorithm.
- binarySearchFromTo(long[], long, int, int) - Static method in class cern.colt.Sorting
-
Searches the list for the specified value using
the binary search algorithm.
- binarySearchFromTo(Object[], Object, int, int, Comparator) - Static method in class cern.colt.Sorting
-
Searches the list for the specified value using
the binary search algorithm.
- binarySearchFromTo(short[], short, int, int) - Static method in class cern.colt.Sorting
-
Searches the list for the specified value using
the binary search algorithm.
- binarySearchFromTo(int, int, IntComparator) - Static method in class cern.colt.Sorting
-
Generically searches the list for the specified value using
the binary search algorithm.
- binomial(double, long) - Static method in class cern.jet.math.Arithmetic
-
Efficiently returns the binomial coefficient, often also referred to as "n over k" or "n choose k".
- binomial(long, long) - Static method in class cern.jet.math.Arithmetic
-
Efficiently returns the binomial coefficient, often also referred to as "n over k" or "n choose k".
- Builder() - Constructor for class openlr.decoder.OpenLRDecoderParameter.Builder
-
- Builder() - Constructor for class openlr.encoder.OpenLREncoderParameter.Builder
-
- buildParameter() - Method in class openlr.decoder.OpenLRDecoderParameter.Builder
-
Builds the parameter.
- buildParameter() - Method in class openlr.encoder.OpenLREncoderParameter.Builder
-
Builds the parameter.
- ByteArrayList - Class in cern.colt.list
-
Resizable list holding byte elements; implemented with arrays.
- ByteArrayList() - Constructor for class cern.colt.list.ByteArrayList
-
Constructs an empty list.
- ByteArrayList(byte[]) - Constructor for class cern.colt.list.ByteArrayList
-
Constructs a list containing the specified elements.
- ByteArrayList(int) - Constructor for class cern.colt.list.ByteArrayList
-
Constructs an empty list with the specified initial capacity.
- ByteComparator - Interface in cern.colt.function
-
A comparison function which imposes a total ordering on some
collection of elements.
- ByteProcedure - Interface in cern.colt.function
-
Interface that represents a procedure object: a procedure that takes
a single argument and does not return a value.
- calculateHashCode() - Method in class openlr.location.CircleLocation
-
Calculate the hash code which can be used to be stored if several hashCode calls
are required.
- calculateHashCode() - Method in class openlr.location.ClosedLineLocation
-
Calculate the hash code which can be used to be stored if several hashCode calls
are required.
- calculateHashCode() - Method in class openlr.location.GeoCoordLocation
-
Calculate the hash code which can be used to be stored if several hashCode calls
are required.
- calculateHashCode() - Method in class openlr.location.GridLocation
-
Calculate the hash code which can be used to be stored if several hashCode calls
are required.
- calculateHashCode() - Method in class openlr.location.InvalidLocation
-
Calculate the hash code which can be used to be stored if several hashCode calls
are required.
- calculateHashCode() - Method in class openlr.location.LineLocation
-
Calculate the hash code which can be used to be stored if several hashCode calls
are required.
- calculateHashCode() - Method in class openlr.location.PoiAccessLocation
-
Calculate the hash code which can be used to be stored if several hashCode calls
are required.
- calculateHashCode() - Method in class openlr.location.PointAlongLocation
-
Calculate the hash code which can be used to be stored if several hashCode calls
are required.
- calculateHashCode() - Method in class openlr.location.PolygonLocation
-
Calculate the hash code which can be used to be stored if several hashCode calls
are required.
- calculateHashCode() - Method in class openlr.location.RectangleLocation
-
Calculate the hash code which can be used to be stored if several hashCode calls
are required.
- calculateHashCode() - Method in class openlr.rawLocRef.RawCircleLocRef
-
{
Calculate the hash code which can be used to be stored if several hashCode calls
are required.
- calculateHashCode() - Method in class openlr.rawLocRef.RawClosedLineLocRef
-
Calculate the hash code which can be used to be stored if several hashCode calls
are required.
- calculateHashCode() - Method in class openlr.rawLocRef.RawGeoCoordLocRef
-
Calculate the hash code which can be used to be stored if several hashCode calls
are required.
- calculateHashCode() - Method in class openlr.rawLocRef.RawGridLocRef
-
{ Calculate the hash code which can be used to be stored if several hashCode calls
are required.
- calculateHashCode() - Method in class openlr.rawLocRef.RawInvalidLocRef
-
Calculate the hash code which can be used to be stored if several hashCode calls
are required.
- calculateHashCode() - Method in class openlr.rawLocRef.RawLineLocRef
-
Calculate the hash code which can be used to be stored if several hashCode calls
are required.
- calculateHashCode() - Method in class openlr.rawLocRef.RawLocationReference
-
Calculate the hash code which can be used to be stored if several hashCode calls
are required.
- calculateHashCode() - Method in class openlr.rawLocRef.RawPoiAccessLocRef
-
Calculate the hash code which can be used to be stored if several hashCode calls
are required.
- calculateHashCode() - Method in class openlr.rawLocRef.RawPointAlongLocRef
-
Calculate the hash code which can be used to be stored if several hashCode calls
are required.
- calculateHashCode() - Method in class openlr.rawLocRef.RawPolygonLocRef
-
{
Calculate the hash code which can be used to be stored if several hashCode calls
are required.
- calculateHashCode() - Method in class openlr.rawLocRef.RawRectangleLocRef
-
{ Calculate the hash code which can be used to be stored if several hashCode calls
are required.
- calculateLocRefBoundary(RawLocationReference) - Static method in class openlr.utils.locref.boundary.LocRefBoundary
-
Calculates the bounding box of a location reference.
- calculateLocRefPointBoundary(RawLocationReference) - Static method in class openlr.utils.locref.boundary.LocRefBoundary
-
Calculates the bounding box of the location reference points.
- cdf(double) - Method in class cern.jet.random.Uniform
-
Returns the cumulative distribution function (assuming a continous uniform distribution).
- ceil(double) - Static method in class cern.jet.math.Arithmetic
-
Returns the smallest long >= value.
- cern.colt - package cern.colt
-
- cern.colt.buffer - package cern.colt.buffer
-
- cern.colt.function - package cern.colt.function
-
- cern.colt.list - package cern.colt.list
-
- cern.colt.map - package cern.colt.map
-
- cern.jet.math - package cern.jet.math
-
- cern.jet.random - package cern.jet.random
-
- cern.jet.random.engine - package cern.jet.random.engine
-
- CharComparator - Interface in cern.colt.function
-
A comparison function which imposes a total ordering on some
collection of elements.
- chbevl(double, double[], int) - Static method in class cern.jet.math.Arithmetic
-
Evaluates the series of Chebyshev polynomials Ti at argument x/2.
- checkRange(int, int) - Static method in class cern.colt.list.AbstractList
-
Checks if the given index is in range.
- checkRangeFromTo(int, int, int) - Static method in class cern.colt.list.AbstractList
-
Checks if the given range is within the contained array's bounds.
- chooseGrowCapacity(int, double, double) - Method in class cern.colt.map.AbstractMap
-
Chooses a new prime table capacity optimized for growing that (approximately) satisfies the invariant
c * minLoadFactor <= size <= c * maxLoadFactor
and has at least one FREE slot for the given size.
- chooseHighWaterMark(int, double) - Method in class cern.colt.map.AbstractMap
-
Returns new high water mark threshold based on current capacity and maxLoadFactor.
- chooseLowWaterMark(int, double) - Method in class cern.colt.map.AbstractMap
-
Returns new low water mark threshold based on current capacity and minLoadFactor.
- chooseMeanCapacity(int, double, double) - Method in class cern.colt.map.AbstractMap
-
Chooses a new prime table capacity neither favoring shrinking nor growing,
that (approximately) satisfies the invariant
c * minLoadFactor <= size <= c * maxLoadFactor
and has at least one FREE slot for the given size.
- chooseShrinkCapacity(int, double, double) - Method in class cern.colt.map.AbstractMap
-
Chooses a new prime table capacity optimized for shrinking that (approximately) satisfies the invariant
c * minLoadFactor <= size <= c * maxLoadFactor
and has at least one FREE slot for the given size.
- CIRCLE_MARKER - Static variable in class openlr.location.utils.LocationDataConstants
-
The Constant CIRCLE_MARKER.
- CircleLocation - Class in openlr.location
-
Implementation of the location interface for circle locations.
- CircleLocation(String, double, double, long) - Constructor for class openlr.location.CircleLocation
-
Instantiates a new circle area location.
- CircleRW - Class in openlr.location.utils.worker
-
Location reader and writer.
- CircleRW() - Constructor for class openlr.location.utils.worker.CircleRW
-
- clear() - Method in class cern.colt.list.AbstractCollection
-
Removes all elements from the receiver.
- clear() - Method in class cern.colt.list.AbstractList
-
Removes all elements from the receiver.
- clear() - Method in class cern.colt.map.AbstractMap
-
Removes all (key,value) associations from the receiver.
- clear() - Method in class cern.colt.map.OpenIntIntHashMap
-
Removes all (key,value) associations from the receiver.
- clear() - Method in class cern.colt.map.OpenIntObjectHashMap
-
Removes all (key,value) associations from the receiver.
- clear() - Method in class cern.colt.map.OpenLongObjectHashMap
-
Removes all (key,value) associations from the receiver.
- clear() - Method in class openlr.collection.OpenLongHashSet
-
Removes all (key,value) associations from the receiver.
- clear() - Method in class openlr.collection.OpenLongIntHashMap
-
Removes all (key,value) associations from the receiver.
- clear() - Method in interface openlr.decoder.LocationDatabase
-
Clear the database cache.
- clear() - Method in interface openlr.encoder.LRDatabase
-
Clear the database cache.
- clone() - Method in class cern.colt.list.AbstractByteList
-
Returns a deep copy of the receiver.
- clone() - Method in class cern.colt.list.AbstractDoubleList
-
Returns a deep copy of the receiver.
- clone() - Method in class cern.colt.list.AbstractFloatList
-
Returns a deep copy of the receiver.
- clone() - Method in class cern.colt.list.AbstractIntList
-
Returns a deep copy of the receiver.
- clone() - Method in class cern.colt.list.AbstractLongList
-
Returns a deep copy of the receiver.
- clone() - Method in class cern.colt.list.ByteArrayList
-
Returns a deep copy of the receiver.
- clone() - Method in class cern.colt.list.DoubleArrayList
-
Returns a deep copy of the receiver.
- clone() - Method in class cern.colt.list.FloatArrayList
-
Returns a deep copy of the receiver.
- clone() - Method in class cern.colt.list.IntArrayList
-
Returns a deep copy of the receiver.
- clone() - Method in class cern.colt.list.LongArrayList
-
Returns a deep copy of the receiver.
- clone() - Method in class cern.colt.list.ObjectArrayList
-
Returns a copy of the receiver such that the copy and the receiver share the same elements, but do not share the same array to index them;
So modifying an object in the copy modifies the object in the receiver and vice versa;
However, structurally modifying the copy (for example changing its size, setting other objects at indexes, etc.) does not affect the receiver and vice versa.
- clone() - Method in class cern.colt.map.OpenIntIntHashMap
-
Returns a deep copy of the receiver.
- clone() - Method in class cern.colt.map.OpenIntObjectHashMap
-
Returns a deep copy of the receiver.
- clone() - Method in class cern.colt.map.OpenLongObjectHashMap
-
Returns a deep copy of the receiver.
- clone() - Method in class cern.colt.PersistentObject
-
Returns a copy of the receiver.
- clone() - Method in class cern.jet.random.AbstractDistribution
-
Returns a deep copy of the receiver; the copy will produce identical sequences.
- clone() - Method in class cern.jet.random.engine.MersenneTwister
-
Returns a copy of the receiver; the copy will produce identical sequences.
- clone() - Method in class openlr.collection.OpenLongHashSet
-
Returns a deep copy of the receiver.
- clone() - Method in class openlr.collection.OpenLongIntHashMap
-
Returns a deep copy of the receiver.
- CLOSED_LINE_MARKER - Static variable in class openlr.location.utils.LocationDataConstants
-
The Constant CLOSED_LINE_MARKER.
- ClosedLineLocation - Class in openlr.location
-
Implementation of the location interface for closed line locations.
- ClosedLineLocation(String, List<? extends Line>) - Constructor for class openlr.location.ClosedLineLocation
-
Instantiates a new location with a unique key and the closed line
location as a list of lines.
- ClosedLineRW - Class in openlr.location.utils.worker
-
Location reader and writer.
- ClosedLineRW() - Constructor for class openlr.location.utils.worker.ClosedLineRW
-
- COMMENT - Static variable in class openlr.location.utils.LocationDataConstants
-
The Constant COMMENT.
- compare(byte, byte) - Method in interface cern.colt.function.ByteComparator
-
Compares its two arguments for order.
- compare(char, char) - Method in interface cern.colt.function.CharComparator
-
Compares its two arguments for order.
- compare(double, double) - Method in interface cern.colt.function.DoubleComparator
-
Compares its two arguments for order.
- compare(float, float) - Method in interface cern.colt.function.FloatComparator
-
Compares its two arguments for order.
- compare(int, int) - Method in interface cern.colt.function.IntComparator
-
Compares its two arguments for order.
- compare(long, long) - Method in interface cern.colt.function.LongComparator
-
Compares its two arguments for order.
- compare(short, short) - Method in interface cern.colt.function.ShortComparator
-
Compares its two arguments for order.
- Constants - Class in cern.jet.math
-
Defines some useful constants.
- Constants() - Constructor for class cern.jet.math.Constants
-
Makes this class non instantiable, but still let's others inherit from it.
- contains(byte) - Method in class cern.colt.list.AbstractByteList
-
Returns true if the receiver contains the specified element.
- contains(double) - Method in class cern.colt.list.AbstractDoubleList
-
Returns true if the receiver contains the specified element.
- contains(float) - Method in class cern.colt.list.AbstractFloatList
-
Returns true if the receiver contains the specified element.
- contains(int) - Method in class cern.colt.list.AbstractIntList
-
Returns true if the receiver contains the specified element.
- contains(long) - Method in class cern.colt.list.AbstractLongList
-
Returns true if the receiver contains the specified element.
- contains(Object, boolean) - Method in class cern.colt.list.ObjectArrayList
-
Returns true if the receiver contains the specified element.
- containsKey(int) - Method in class cern.colt.map.AbstractIntIntMap
-
Returns true if the receiver contains the specified key.
- containsKey(int) - Method in class cern.colt.map.AbstractIntObjectMap
-
Returns true if the receiver contains the specified key.
- containsKey(long) - Method in class cern.colt.map.AbstractLongObjectMap
-
Returns true if the receiver contains the specified key.
- containsKey(int) - Method in class cern.colt.map.OpenIntIntHashMap
-
Returns true if the receiver contains the specified key.
- containsKey(int) - Method in class cern.colt.map.OpenIntObjectHashMap
-
Returns true if the receiver contains the specified key.
- containsKey(long) - Method in class cern.colt.map.OpenLongObjectHashMap
-
Returns true if the receiver contains the specified key.
- containsKey(long) - Method in class openlr.collection.OpenAbstractCollection
-
Returns true if the receiver contains the specified key.
- containsLR(RawLocationReference) - Method in interface openlr.decoder.LocationDatabase
-
Checks if the location reference is already stored in the database.
- containsLR(Location) - Method in interface openlr.encoder.LRDatabase
-
Checks if the location is already stored in the database.
- containsValue(int) - Method in class cern.colt.map.AbstractIntIntMap
-
Returns true if the receiver contains the specified value.
- containsValue(Object) - Method in class cern.colt.map.AbstractIntObjectMap
-
Returns true if the receiver contains the specified value.
- containsValue(Object) - Method in class cern.colt.map.AbstractLongObjectMap
-
Returns true if the receiver contains the specified value.
- containsValue(int) - Method in class cern.colt.map.OpenIntIntHashMap
-
Returns true if the receiver contains the specified value.
- containsValue(Object) - Method in class cern.colt.map.OpenIntObjectHashMap
-
Returns true if the receiver contains the specified value.
- containsValue(Object) - Method in class cern.colt.map.OpenLongObjectHashMap
-
Returns true if the receiver contains the specified value.
- containsValue(int) - Method in class openlr.collection.OpenLongIntHashMap
-
Returns true if the receiver contains the specified value.
- copy() - Method in class cern.colt.list.ByteArrayList
-
Returns a deep copy of the receiver; uses clone() and casts the result.
- copy() - Method in class cern.colt.list.DoubleArrayList
-
Returns a deep copy of the receiver; uses clone() and casts the result.
- copy() - Method in class cern.colt.list.FloatArrayList
-
Returns a deep copy of the receiver; uses clone() and casts the result.
- copy() - Method in class cern.colt.list.IntArrayList
-
Returns a deep copy of the receiver; uses clone() and casts the result.
- copy() - Method in class cern.colt.list.LongArrayList
-
Returns a deep copy of the receiver; uses clone() and casts the result.
- copy() - Method in class cern.colt.list.ObjectArrayList
-
Returns a copy of the receiver; call clone() and casts the result.
- copy() - Method in class cern.colt.map.AbstractIntIntMap
-
Returns a deep copy of the receiver; uses clone() and casts the result.
- copy() - Method in class cern.colt.map.AbstractIntObjectMap
-
Returns a deep copy of the receiver; uses clone() and casts the result.
- copy() - Method in class cern.colt.map.AbstractLongObjectMap
-
Returns a deep copy of the receiver; uses clone() and casts the result.
- countSortFromTo(int, int) - Method in class cern.colt.list.ByteArrayList
-
Sorts the specified range of the receiver into ascending numerical order.
- countSortFromTo(int, int, byte, byte) - Method in class cern.colt.list.ByteArrayList
-
Sorts the specified range of the receiver into ascending numerical order.
- countSortFromTo(int, int, int, int) - Method in class cern.colt.list.IntArrayList
-
Sorts the specified range of the receiver into ascending numerical order.
- countSortFromTo(int, int, long, long) - Method in class cern.colt.list.LongArrayList
-
Sorts the specified range of the receiver into ascending numerical order.
- createCircleLocation(String, double, double, long) - Static method in class openlr.location.LocationFactory
-
Instantiates a new circle location.
- createClosedLineLocation(String, List<? extends Line>) - Static method in class openlr.location.LocationFactory
-
Instantiates a new location with a unique key and the location as a list
of lines.
- createGeoCoordinateLocation(String, double, double) - Static method in class openlr.location.LocationFactory
-
Instantiates a new geo coordinate location.
- createGridLocationFromBasisCell(String, double, double, double, double, int, int) - Static method in class openlr.location.LocationFactory
-
Instantiates a new grid location.
- createGridLocationFromBasisCell(String, GeoCoordinates, GeoCoordinates, int, int) - Static method in class openlr.location.LocationFactory
-
Creates a new Location object.
- createGridLocationFromGridArea(String, double, double, double, double, int, int) - Static method in class openlr.location.LocationFactory
-
Instantiates a new grid location.
- createGridLocationFromGridArea(String, GeoCoordinates, GeoCoordinates, int, int) - Static method in class openlr.location.LocationFactory
-
Creates a new Location object.
- createLineLocation(String, List<? extends Line>) - Static method in class openlr.location.LocationFactory
-
Instantiates a new location with a unique key and the location as a list
of lines.
- createLineLocationWithOffsets(String, List<? extends Line>, int, int) - Static method in class openlr.location.LocationFactory
-
Instantiates a new location with a unique key and the location as a list
of lines including offset information used to find the precise location
on the location path.
- createLocationString(Location) - Static method in class openlr.location.utils.LocationDataWriter
-
Creates the location string.
- createLocationString(Location) - Method in class openlr.location.utils.worker.AbstractRW
-
Creates the location string.
- createLocationString(Location) - Method in class openlr.location.utils.worker.CircleRW
-
Creates the location string.
- createLocationString(Location) - Method in class openlr.location.utils.worker.ClosedLineRW
-
Creates the location string.
- createLocationString(Location) - Method in class openlr.location.utils.worker.GeoCoordRW
-
Creates the location string.
- createLocationString(Location) - Method in class openlr.location.utils.worker.GridRW
-
Creates the location string.
- createLocationString(Location) - Method in class openlr.location.utils.worker.LineRW
-
Creates the location string.
- createLocationString(Location) - Method in class openlr.location.utils.worker.PoiAccessRW
-
Creates the location string.
- createLocationString(Location) - Method in class openlr.location.utils.worker.PointAlongRW
-
Creates the location string.
- createLocationString(Location) - Method in class openlr.location.utils.worker.PolygonRW
-
Creates the location string.
- createLocationString(Location) - Method in class openlr.location.utils.worker.RectangleRW
-
Creates the location string.
- createNodeLocation(String, Line) - Static method in class openlr.location.LocationFactory
-
Instantiates a new point along line location at a network node.
- createNodeLocationWithOrientation(String, Line, Orientation) - Static method in class openlr.location.LocationFactory
-
Instantiates a new point along line location at a network node.
- createNodeLocationWithSide(String, Line, SideOfRoad) - Static method in class openlr.location.LocationFactory
-
Instantiates a new point along line location at a network node.
- createNodeLocationWithSideAndOrientation(String, Line, SideOfRoad, Orientation) - Static method in class openlr.location.LocationFactory
-
Instantiates a new point along line location at a network node.
- createPoiAccessAtNodeLocation(String, Line, double, double) - Static method in class openlr.location.LocationFactory
-
Instantiates a new poi with access point location at a network node.
- createPoiAccessAtNodeLocationWithOrientation(String, Line, double, double, Orientation) - Static method in class openlr.location.LocationFactory
-
Instantiates a new poi with access point location at a network node.
- createPoiAccessAtNodeLocationWithSide(String, Line, double, double, SideOfRoad) - Static method in class openlr.location.LocationFactory
-
Instantiates a new poi with access point location at a network node.
- createPoiAccessAtNodeLocationWithSideAndOrientation(String, Line, double, double, SideOfRoad, Orientation) - Static method in class openlr.location.LocationFactory
-
Instantiates a new poi with access point location at a network node.
- createPoiAccessLocation(String, Line, int, double, double) - Static method in class openlr.location.LocationFactory
-
Instantiates a new poi with access point location.
- createPoiAccessLocationWithOrientation(String, Line, int, double, double, Orientation) - Static method in class openlr.location.LocationFactory
-
Instantiates a new poi with access point location.
- createPoiAccessLocationWithSide(String, Line, int, double, double, SideOfRoad) - Static method in class openlr.location.LocationFactory
-
Instantiates a new poi with access point location.
- createPoiAccessLocationWithSideAndOrientation(String, Line, int, double, double, SideOfRoad, Orientation) - Static method in class openlr.location.LocationFactory
-
Instantiates a new poi with access point location.
- createPointAlongLineLocation(String, Line, int) - Static method in class openlr.location.LocationFactory
-
Instantiates a new point along line location.
- createPointAlongLineLocationWithOrientation(String, Line, int, Orientation) - Static method in class openlr.location.LocationFactory
-
Instantiates a new point along line location.
- createPointAlongLineLocationWithSide(String, Line, int, SideOfRoad) - Static method in class openlr.location.LocationFactory
-
Instantiates a new point along line location.
- createPointAlongLineLocationWithSideAndOrientation(String, Line, int, SideOfRoad, Orientation) - Static method in class openlr.location.LocationFactory
-
Instantiates a new point along line location.
- createPolygonLocation(String, List<? extends GeoCoordinates>) - Static method in class openlr.location.LocationFactory
-
Instantiates a new polygon location.
- createRectangleLocation(String, double, double, double, double) - Static method in class openlr.location.LocationFactory
-
Instantiates a new rectangle location.
- createRectangleLocation(String, GeoCoordinates, GeoCoordinates) - Static method in class openlr.location.LocationFactory
-
Creates a new Location object.
- current() - Method in class openlr.location.utils.LocationDataIterator
-
This method delivers the location the iterator currently points to.
- currentIndex() - Method in class openlr.location.utils.LocationDataIterator
-
Gets the current location index.
- elements() - Method in class cern.colt.list.AbstractByteList
-
Returns the elements currently stored, possibly including invalid elements between size and capacity.
- elements(byte[]) - Method in class cern.colt.list.AbstractByteList
-
Sets the receiver's elements to be the specified array.
- elements() - Method in class cern.colt.list.AbstractDoubleList
-
Returns the elements currently stored, possibly including invalid elements between size and capacity.
- elements(double[]) - Method in class cern.colt.list.AbstractDoubleList
-
Sets the receiver's elements to be the specified array.
- elements() - Method in class cern.colt.list.AbstractFloatList
-
Returns the elements currently stored, possibly including invalid elements between size and capacity.
- elements(float[]) - Method in class cern.colt.list.AbstractFloatList
-
Sets the receiver's elements to be the specified array.
- elements() - Method in class cern.colt.list.AbstractIntList
-
Returns the elements currently stored, possibly including invalid elements between size and capacity.
- elements(int[]) - Method in class cern.colt.list.AbstractIntList
-
Sets the receiver's elements to be the specified array.
- elements() - Method in class cern.colt.list.AbstractLongList
-
Returns the elements currently stored, possibly including invalid elements between size and capacity.
- elements(long[]) - Method in class cern.colt.list.AbstractLongList
-
Sets the receiver's elements to be the specified array.
- elements - Variable in class cern.colt.list.ByteArrayList
-
The array buffer into which the elements of the list are stored.
- elements() - Method in class cern.colt.list.ByteArrayList
-
Returns the elements currently stored, including invalid elements between size and capacity, if any.
- elements(byte[]) - Method in class cern.colt.list.ByteArrayList
-
Sets the receiver's elements to be the specified array (not a copy of it).
- elements - Variable in class cern.colt.list.DoubleArrayList
-
The array buffer into which the elements of the list are stored.
- elements() - Method in class cern.colt.list.DoubleArrayList
-
Returns the elements currently stored, including invalid elements between size and capacity, if any.
- elements(double[]) - Method in class cern.colt.list.DoubleArrayList
-
Sets the receiver's elements to be the specified array (not a copy of it).
- elements - Variable in class cern.colt.list.FloatArrayList
-
The array buffer into which the elements of the list are stored.
- elements() - Method in class cern.colt.list.FloatArrayList
-
Returns the elements currently stored, including invalid elements between size and capacity, if any.
- elements(float[]) - Method in class cern.colt.list.FloatArrayList
-
Sets the receiver's elements to be the specified array (not a copy of it).
- elements - Variable in class cern.colt.list.IntArrayList
-
The array buffer into which the elements of the list are stored.
- elements() - Method in class cern.colt.list.IntArrayList
-
Returns the elements currently stored, including invalid elements between size and capacity, if any.
- elements(int[]) - Method in class cern.colt.list.IntArrayList
-
Sets the receiver's elements to be the specified array (not a copy of it).
- elements - Variable in class cern.colt.list.LongArrayList
-
The array buffer into which the elements of the list are stored.
- elements() - Method in class cern.colt.list.LongArrayList
-
Returns the elements currently stored, including invalid elements between size and capacity, if any.
- elements(long[]) - Method in class cern.colt.list.LongArrayList
-
Sets the receiver's elements to be the specified array (not a copy of it).
- elements - Variable in class cern.colt.list.ObjectArrayList
-
The array buffer into which the elements of the list are stored.
- elements() - Method in class cern.colt.list.ObjectArrayList
-
Returns the elements currently stored, including invalid elements between size and capacity, if any.
- elements(Object[]) - Method in class cern.colt.list.ObjectArrayList
-
Sets the receiver's elements to be the specified array (not a copy of it).
- encodeData(RawLocationReference) - Method in interface openlr.PhysicalEncoder
-
Encode data using the latest version.
- encodeData(RawLocationReference, int) - Method in interface openlr.PhysicalEncoder
-
Encode data using a specific version.
- encodeLocation(OpenLREncoderParameter, Location) - Method in interface openlr.OpenLREncoder
-
Encode location.
- encodeLocations(OpenLREncoderParameter, List<Location>) - Method in interface openlr.OpenLREncoder
-
Encode locations.
- ensureCapacity(byte[], int) - Static method in class cern.colt.Arrays
-
Ensures that a given array can hold up to minCapacity elements.
- ensureCapacity(char[], int) - Static method in class cern.colt.Arrays
-
Ensures that a given array can hold up to minCapacity elements.
- ensureCapacity(double[], int) - Static method in class cern.colt.Arrays
-
Ensures that a given array can hold up to minCapacity elements.
- ensureCapacity(float[], int) - Static method in class cern.colt.Arrays
-
Ensures that a given array can hold up to minCapacity elements.
- ensureCapacity(int[], int) - Static method in class cern.colt.Arrays
-
Ensures that a given array can hold up to minCapacity elements.
- ensureCapacity(long[], int) - Static method in class cern.colt.Arrays
-
Ensures that a given array can hold up to minCapacity elements.
- ensureCapacity(Object[], int) - Static method in class cern.colt.Arrays
-
Ensures that a given array can hold up to minCapacity elements.
- ensureCapacity(short[], int) - Static method in class cern.colt.Arrays
-
Ensures that a given array can hold up to minCapacity elements.
- ensureCapacity(boolean[], int) - Static method in class cern.colt.Arrays
-
Ensures that a given array can hold up to minCapacity elements.
- ensureCapacity(int) - Method in class cern.colt.list.AbstractByteList
-
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
- ensureCapacity(int) - Method in class cern.colt.list.AbstractDoubleList
-
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
- ensureCapacity(int) - Method in class cern.colt.list.AbstractFloatList
-
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
- ensureCapacity(int) - Method in class cern.colt.list.AbstractIntList
-
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
- ensureCapacity(int) - Method in class cern.colt.list.AbstractLongList
-
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
- ensureCapacity(int) - Method in class cern.colt.list.ByteArrayList
-
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
- ensureCapacity(int) - Method in class cern.colt.list.DoubleArrayList
-
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
- ensureCapacity(int) - Method in class cern.colt.list.FloatArrayList
-
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
- ensureCapacity(int) - Method in class cern.colt.list.IntArrayList
-
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
- ensureCapacity(int) - Method in class cern.colt.list.LongArrayList
-
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
- ensureCapacity(int) - Method in class cern.colt.list.ObjectArrayList
-
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
- ensureCapacity(int) - Method in class cern.colt.map.AbstractMap
-
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
- ensureCapacity(int) - Method in class cern.colt.map.OpenIntIntHashMap
-
Ensures that the receiver can hold at least the specified number of associations without needing to allocate new internal memory.
- ensureCapacity(int) - Method in class cern.colt.map.OpenIntObjectHashMap
-
Ensures that the receiver can hold at least the specified number of associations without needing to allocate new internal memory.
- ensureCapacity(int) - Method in class cern.colt.map.OpenLongObjectHashMap
-
Ensures that the receiver can hold at least the specified number of associations without needing to allocate new internal memory.
- ensureCapacity(int) - Method in class openlr.collection.OpenAbstractCollection
-
Ensures that the receiver can hold at least the specified number of
associations without needing to allocate new internal memory.
- equals(Object) - Method in interface cern.colt.function.ByteComparator
-
Indicates whether some other object is "equal to" this
Comparator.
- equals(Object) - Method in interface cern.colt.function.CharComparator
-
Indicates whether some other object is "equal to" this
Comparator.
- equals(Object) - Method in interface cern.colt.function.DoubleComparator
-
Indicates whether some other object is "equal to" this
Comparator.
- equals(Object) - Method in interface cern.colt.function.FloatComparator
-
Indicates whether some other object is "equal to" this
Comparator.
- equals(Object) - Method in interface cern.colt.function.IntComparator
-
Indicates whether some other object is "equal to" this
Comparator.
- equals(Object) - Method in interface cern.colt.function.LongComparator
-
Indicates whether some other object is "equal to" this
Comparator.
- equals(Object) - Method in interface cern.colt.function.ShortComparator
-
Indicates whether some other object is "equal to" this
Comparator.
- equals(Object) - Method in class cern.colt.list.AbstractByteList
-
Compares the specified Object with the receiver.
- equals(Object) - Method in class cern.colt.list.AbstractDoubleList
-
Compares the specified Object with the receiver.
- equals(Object) - Method in class cern.colt.list.AbstractFloatList
-
Compares the specified Object with the receiver.
- equals(Object) - Method in class cern.colt.list.AbstractIntList
-
Compares the specified Object with the receiver.
- equals(Object) - Method in class cern.colt.list.AbstractLongList
-
Compares the specified Object with the receiver.
- equals(Object) - Method in class cern.colt.list.ByteArrayList
-
Compares the specified Object with the receiver.
- equals(Object) - Method in class cern.colt.list.DoubleArrayList
-
Compares the specified Object with the receiver.
- equals(Object) - Method in class cern.colt.list.FloatArrayList
-
Compares the specified Object with the receiver.
- equals(Object) - Method in class cern.colt.list.IntArrayList
-
Compares the specified Object with the receiver.
- equals(Object) - Method in class cern.colt.list.LongArrayList
-
Compares the specified Object with the receiver.
- equals(Object) - Method in class cern.colt.list.ObjectArrayList
-
Compares the specified Object with the receiver for equality.
- equals(Object, boolean) - Method in class cern.colt.list.ObjectArrayList
-
Compares the specified Object with the receiver for equality.
- equals(Object) - Method in class cern.colt.map.AbstractIntIntMap
-
Compares the specified object with this map for equality.
- equals(Object) - Method in class cern.colt.map.AbstractIntObjectMap
-
Compares the specified object with this map for equality.
- equals(Object) - Method in class cern.colt.map.AbstractLongObjectMap
-
Compares the specified object with this map for equality.
- equals(Object) - Method in class openlr.location.CircleLocation
- equals(Object) - Method in class openlr.location.ClosedLineLocation
- equals(Object) - Method in class openlr.location.GeoCoordLocation
- equals(Object) - Method in class openlr.location.GridLocation
- equals(Object) - Method in class openlr.location.InvalidLocation
- equals(Object) - Method in class openlr.location.LineLocation
- equals(Object) - Method in class openlr.location.PoiAccessLocation
- equals(Object) - Method in class openlr.location.PointAlongLocation
- equals(Object) - Method in class openlr.location.PolygonLocation
- equals(Object) - Method in class openlr.location.RectangleLocation
- equals(Object) - Method in class openlr.rawLocRef.RawCircleLocRef
-
{
- equals(Object) - Method in class openlr.rawLocRef.RawClosedLineLocRef
- equals(Object) - Method in class openlr.rawLocRef.RawGeoCoordLocRef
- equals(Object) - Method in class openlr.rawLocRef.RawGridLocRef
-
{
- equals(Object) - Method in class openlr.rawLocRef.RawInvalidLocRef
- equals(Object) - Method in class openlr.rawLocRef.RawLineLocRef
- equals(Object) - Method in class openlr.rawLocRef.RawLocationReference
- equals(Object) - Method in class openlr.rawLocRef.RawPoiAccessLocRef
- equals(Object) - Method in class openlr.rawLocRef.RawPointAlongLocRef
- equals(Object) - Method in class openlr.rawLocRef.RawPolygonLocRef
-
{
- equals(Object) - Method in class openlr.rawLocRef.RawRectangleLocRef
-
{
- factorial(int) - Static method in class cern.jet.math.Arithmetic
-
Instantly returns the factorial k!.
- FEATURE_DELIMITER - Static variable in class openlr.location.utils.LocationDataConstants
-
The Constant FEATURE_DELIMITER.
- FEATURES_PART - Static variable in class openlr.location.utils.LocationDataConstants
-
The Constant FEATURES_PART.
- fillFromToWith(int, int, byte) - Method in class cern.colt.list.AbstractByteList
-
Sets the specified range of elements in the specified array to the specified value.
- fillFromToWith(int, int, double) - Method in class cern.colt.list.AbstractDoubleList
-
Sets the specified range of elements in the specified array to the specified value.
- fillFromToWith(int, int, float) - Method in class cern.colt.list.AbstractFloatList
-
Sets the specified range of elements in the specified array to the specified value.
- fillFromToWith(int, int, int) - Method in class cern.colt.list.AbstractIntList
-
Sets the specified range of elements in the specified array to the specified value.
- fillFromToWith(int, int, long) - Method in class cern.colt.list.AbstractLongList
-
Sets the specified range of elements in the specified array to the specified value.
- fillFromToWith(int, int, Object) - Method in class cern.colt.list.ObjectArrayList
-
Sets the specified range of elements in the specified array to the specified value.
- FloatArrayList - Class in cern.colt.list
-
Resizable list holding float elements; implemented with arrays.
- FloatArrayList() - Constructor for class cern.colt.list.FloatArrayList
-
Constructs an empty list.
- FloatArrayList(float[]) - Constructor for class cern.colt.list.FloatArrayList
-
Constructs a list containing the specified elements.
- FloatArrayList(int) - Constructor for class cern.colt.list.FloatArrayList
-
Constructs an empty list with the specified initial capacity.
- FloatComparator - Interface in cern.colt.function
-
A comparison function which imposes a total ordering on some
collection of elements.
- FloatProcedure - Interface in cern.colt.function
-
Interface that represents a procedure object: a procedure that takes
a single argument and does not return a value.
- floor(double) - Static method in class cern.jet.math.Arithmetic
-
Returns the largest long <= value.
- forEach(ByteProcedure) - Method in class cern.colt.list.AbstractByteList
-
Applies a procedure to each element of the receiver, if any.
- forEach(DoubleProcedure) - Method in class cern.colt.list.AbstractDoubleList
-
Applies a procedure to each element of the receiver, if any.
- forEach(FloatProcedure) - Method in class cern.colt.list.AbstractFloatList
-
Applies a procedure to each element of the receiver, if any.
- forEach(IntProcedure) - Method in class cern.colt.list.AbstractIntList
-
Applies a procedure to each element of the receiver, if any.
- forEach(LongProcedure) - Method in class cern.colt.list.AbstractLongList
-
Applies a procedure to each element of the receiver, if any.
- forEach(ByteProcedure) - Method in class cern.colt.list.ByteArrayList
-
Applies a procedure to each element of the receiver, if any.
- forEach(DoubleProcedure) - Method in class cern.colt.list.DoubleArrayList
-
Applies a procedure to each element of the receiver, if any.
- forEach(FloatProcedure) - Method in class cern.colt.list.FloatArrayList
-
Applies a procedure to each element of the receiver, if any.
- forEach(IntProcedure) - Method in class cern.colt.list.IntArrayList
-
Applies a procedure to each element of the receiver, if any.
- forEach(LongProcedure) - Method in class cern.colt.list.LongArrayList
-
Applies a procedure to each element of the receiver, if any.
- forEach(ObjectProcedure) - Method in class cern.colt.list.ObjectArrayList
-
Applies a procedure to each element of the receiver, if any.
- forEachKey(IntProcedure) - Method in class cern.colt.map.AbstractIntIntMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(IntProcedure) - Method in class cern.colt.map.AbstractIntObjectMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(LongProcedure) - Method in class cern.colt.map.AbstractLongObjectMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(IntProcedure) - Method in class cern.colt.map.OpenIntIntHashMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(IntProcedure) - Method in class cern.colt.map.OpenIntObjectHashMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(LongProcedure) - Method in class cern.colt.map.OpenLongObjectHashMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(LongProcedure) - Method in class openlr.collection.OpenAbstractCollection
-
Applies a procedure to each key of the receiver, if any.
- forEachPair(IntIntProcedure) - Method in class cern.colt.map.AbstractIntIntMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(IntObjectProcedure) - Method in class cern.colt.map.AbstractIntObjectMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(LongObjectProcedure) - Method in class cern.colt.map.AbstractLongObjectMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(IntIntProcedure) - Method in class cern.colt.map.OpenIntIntHashMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(IntObjectProcedure) - Method in class cern.colt.map.OpenIntObjectHashMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(LongObjectProcedure) - Method in class cern.colt.map.OpenLongObjectHashMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(LongIntProcedure) - Method in class openlr.collection.OpenLongIntHashMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- FREE - Static variable in class cern.colt.map.OpenIntIntHashMap
-
- FREE - Static variable in class cern.colt.map.OpenIntObjectHashMap
-
- FREE - Static variable in class cern.colt.map.OpenLongObjectHashMap
-
- FREE - Static variable in class openlr.collection.OpenAbstractCollection
-
The Constant FREE.
- freeEntries - Variable in class cern.colt.map.OpenIntIntHashMap
-
The number of table entries in state==FREE.
- freeEntries - Variable in class cern.colt.map.OpenIntObjectHashMap
-
The number of table entries in state==FREE.
- freeEntries - Variable in class cern.colt.map.OpenLongObjectHashMap
-
The number of table entries in state==FREE.
- freeEntries - Variable in class openlr.collection.OpenAbstractCollection
-
The number of table entries in state==FREE.
- FULL - Static variable in class cern.colt.map.OpenIntIntHashMap
-
- FULL - Static variable in class cern.colt.map.OpenIntObjectHashMap
-
- FULL - Static variable in class cern.colt.map.OpenLongObjectHashMap
-
- FULL - Static variable in class openlr.collection.OpenAbstractCollection
-
The Constant FULL.
- GenericSorting - Class in cern.colt
-
Generically sorts arbitrary shaped data (for example multiple arrays, 1,2 or 3-d matrices, and so on) using a
quicksort or mergesort.
- GenericSorting() - Constructor for class cern.colt.GenericSorting
-
Makes this class non instantiable, but still let's others inherit from it.
- GEOCOORD_MARKER - Static variable in class openlr.location.utils.LocationDataConstants
-
The Constant GEOCOORD_MARKER.
- GeoCoordLocation - Class in openlr.location
-
Implementation of the location interface for geo coordinate locations.
- GeoCoordLocation(GeoCoordLocation) - Constructor for class openlr.location.GeoCoordLocation
-
Instantiates a copy of location l.
- GeoCoordRW - Class in openlr.location.utils.worker
-
Location reader and writer.
- GeoCoordRW() - Constructor for class openlr.location.utils.worker.GeoCoordRW
-
- get(int) - Method in class cern.colt.list.AbstractByteList
-
Returns the element at the specified position in the receiver.
- get(int) - Method in class cern.colt.list.AbstractDoubleList
-
Returns the element at the specified position in the receiver.
- get(int) - Method in class cern.colt.list.AbstractFloatList
-
Returns the element at the specified position in the receiver.
- get(int) - Method in class cern.colt.list.AbstractIntList
-
Returns the element at the specified position in the receiver.
- get(int) - Method in class cern.colt.list.AbstractLongList
-
Returns the element at the specified position in the receiver.
- get(int) - Method in class cern.colt.list.ByteArrayList
-
Returns the element at the specified position in the receiver.
- get(int) - Method in class cern.colt.list.DoubleArrayList
-
Returns the element at the specified position in the receiver.
- get(int) - Method in class cern.colt.list.FloatArrayList
-
Returns the element at the specified position in the receiver.
- get(int) - Method in class cern.colt.list.IntArrayList
-
Returns the element at the specified position in the receiver.
- get(int) - Method in class cern.colt.list.LongArrayList
-
Returns the element at the specified position in the receiver.
- get(int) - Method in class cern.colt.list.ObjectArrayList
-
Returns the element at the specified position in the receiver.
- get(int) - Method in class cern.colt.map.AbstractIntIntMap
-
Returns the value associated with the specified key.
- get(int) - Method in class cern.colt.map.AbstractIntObjectMap
-
Returns the value associated with the specified key.
- get(long) - Method in class cern.colt.map.AbstractLongObjectMap
-
Returns the value associated with the specified key.
- get(int) - Method in class cern.colt.map.OpenIntIntHashMap
-
Returns the value associated with the specified key.
- get(int) - Method in class cern.colt.map.OpenIntObjectHashMap
-
Returns the value associated with the specified key.
- get(long) - Method in class cern.colt.map.OpenLongObjectHashMap
-
Returns the value associated with the specified key.
- get(long) - Method in class openlr.collection.OpenLongIntHashMap
-
Returns the value associated with the specified key.
- getAccessPoint() - Method in class openlr.location.InvalidLocation
-
Gets the access point.
- getAccessPoint() - Method in interface openlr.location.Location
-
Gets the access point.
- getAccessPoint() - Method in class openlr.location.PointLocation
-
Gets the access point.
- getAffectedLines() - Method in interface openlr.location.Location
-
Gets the affected lines.
- getAllLocationLines() - Method in class openlr.location.utils.LocationData
-
Gets the all location lines.
- getAllPointGeoCoordinates() - Method in class openlr.location.utils.LocationData
-
Gets the all point geo coordinates.
- getBearing() - Method in interface openlr.LocationReferencePoint
-
Gets the bearing of the referenced line.
- getBooleanPropertyValue(Configuration, OpenLRProperty) - Static method in class openlr.properties.OpenLRPropertyAccess
-
Gets the boolean property value.
- getCacheSize() - Method in interface openlr.decoder.LocationDatabase
-
Gets the maximum cache size.
- getCacheSize() - Method in interface openlr.encoder.LRDatabase
-
Gets the maximum cache size.
- getCenterPoint() - Method in class openlr.location.CircleLocation
-
Gets the center point of a circle location.
- getCenterPoint() - Method in interface openlr.location.Location
-
Gets the center point of a circle location.
- getCenterPoint() - Method in class openlr.rawLocRef.RawCircleLocRef
-
Gets the center point of a circle location.
- getCenterPoint() - Method in class openlr.rawLocRef.RawLocationReference
-
Gets the center point of a circle location.
- getConfiguration() - Method in class openlr.decoder.OpenLRDecoderParameter
-
Gets the configuration.
- getConfiguration() - Method in class openlr.encoder.OpenLREncoderParameter
-
Gets the configuration.
- getCornerPoints() - Method in class openlr.location.GridLocation
-
Gets the points defining the corners of an area location.
- getCornerPoints() - Method in interface openlr.location.Location
-
Gets the points defining the corners of an area location.
- getCornerPoints() - Method in class openlr.location.PolygonLocation
-
Gets the points defining the corners of an area location.
- getCornerPoints() - Method in class openlr.location.RectangleLocation
-
Gets the points defining the corners of an area location.
- getCornerPoints() - Method in class openlr.rawLocRef.RawLocationReference
-
Gets the points defining the corners of an area location.
- getCornerPoints() - Method in class openlr.rawLocRef.RawPolygonLocRef
-
Gets the points defining the corners of an area location.
- getCoveredLines() - Method in interface openlr.location.data.AffectedLines
-
Gets a list of lines that are fully covered by the area location, if the
decoded area location is valid.
- getCurrentNrEntries() - Method in interface openlr.decoder.LocationDatabase
-
Gets the current number of entries in the database.
- getCurrentNrEntries() - Method in interface openlr.encoder.LRDatabase
-
Gets the current number of entries in the database.
- getDataClass() - Method in interface openlr.LocationReference
-
Gets the class of the location reference.
- getDataClass() - Method in interface openlr.PhysicalDecoder
-
Gets the class of the location reference data.
- getDataClass() - Method in interface openlr.PhysicalEncoder
-
Gets the class of the location reference data.
- getDataFormatIdentifier() - Method in interface openlr.PhysicalDecoder
-
Gets the data identifier.
- getDataFormatIdentifier() - Method in interface openlr.PhysicalEncoder
-
Gets the data identifier.
- getDataFormatIdentifiers() - Method in interface openlr.encoder.LocationReferenceHolder
-
Gets the data format identifiers.
- getDataIdentifier() - Method in interface openlr.LocationReference
-
Gets the unique data identifier.
- getDefault() - Static method in enum openlr.location.data.Orientation
-
Gets the default.
- getDefault() - Static method in enum openlr.location.data.SideOfRoad
-
Gets the default.
- getDefault() - Method in interface openlr.properties.OpenLRProperty
-
Gets the default.
- getDistanceToNext() - Method in interface openlr.LocationReferencePoint
-
Gets the real distance between this LRP and the next one along the
shortest-path in between.
- getErrorCode() - Method in exception openlr.OpenLRProcessingException
-
Delivers the error code behind this exception.
- getErrorCode() - Method in exception openlr.PhysicalFormatException
-
Delivers the error code behind this exception.
- getErrors() - Method in class openlr.location.utils.LocationData
-
Delivers the error in the sequence of there detections.
- getExplanation() - Method in interface openlr.OpenLRProcessingException.ErrorCode
-
Gets the explanation.
- getExplanation() - Method in enum openlr.properties.OpenLRPropertyException.PropertyError
-
- getFloatPropertyValue(Configuration, OpenLRProperty) - Static method in class openlr.properties.OpenLRPropertyAccess
-
Gets the float property value.
- getFOW() - Method in interface openlr.LocationReferencePoint
-
Gets the form of way for this LRP.
- getFRC() - Method in interface openlr.LocationReferencePoint
-
Gets the functional road class of this LRP.
- getGeoCoordinates() - Method in class openlr.rawLocRef.RawGeoCoordLocRef
-
Gets the geo coordinates.
- getGeoCoordinates() - Method in class openlr.rawLocRef.RawLocationReference
-
Gets the geo coordinates.
- getGeoCoordinates() - Method in class openlr.rawLocRef.RawPoiAccessLocRef
-
Gets the geo coordinates.
- getHashCode() - Method in class openlr.rawLocRef.RawLocationReference
-
Gets the hash code.
- getID() - Method in interface openlr.encoder.LocationReferenceHolder
-
Gets the unique ID.
- getID() - Method in interface openlr.location.Location
-
Gets the unique ID.
- getID() - Method in interface openlr.LocationReference
-
Gets the unique location/location reference ID.
- getID() - Method in class openlr.rawLocRef.RawLocationReference
-
Gets the unique id stored in the location reference data.
- getID() - Method in interface openlr.StatusCode
-
Gets the unique id.
- getIntegerPropertyValue(Configuration, OpenLRProperty) - Static method in class openlr.properties.OpenLRPropertyAccess
-
Gets the integer property value.
- getIntegerPropertyValueById(Configuration, OpenLRProperty, String) - Static method in class openlr.properties.OpenLRPropertyAccess
-
Gets the integer property value.
- getIntegerPropertyValueFromMap(Configuration, OpenLRProperty, String) - Static method in class openlr.properties.OpenLRPropertyAccess
-
Gets the integer property value.
- getIntersectedLines() - Method in interface openlr.location.data.AffectedLines
-
Gets a list of lines that are intersected (but not fully covered) by the
boundary of the area location, if the decoded area location is valid.
- getIterator() - Method in class openlr.location.utils.LocationData
-
Gets the iterator.
- getKey() - Method in interface openlr.properties.OpenLRProperty
-
Gets the key.
- getLatitudeDeg() - Method in interface openlr.LocationReferencePoint
-
Gets the latitude coordinate in degree.
- getLfrc() - Method in interface openlr.LocationReferencePoint
-
Gets the lowest functional road class value along the shortest-path
to the next LRP.
- getLocation(int) - Method in class openlr.location.utils.LocationData
-
Gets the location.
- getLocationDatabase() - Method in class openlr.decoder.OpenLRDecoderParameter
-
Gets the location database.
- getLocationLines() - Method in class openlr.location.ClosedLineLocation
-
Gets the location as a list of lines, if the decoded location is valid.
- getLocationLines() - Method in class openlr.location.InvalidLocation
-
Gets the location as a list of lines, if the decoded location is valid.
- getLocationLines() - Method in class openlr.location.LineLocation
-
Gets the location as a list of lines, if the decoded location is valid.
- getLocationLines() - Method in interface openlr.location.Location
-
Gets the location as a list of lines, if the decoded location is valid.
- getLocationReference(String) - Method in interface openlr.encoder.LocationReferenceHolder
-
Gets the location reference with the data identifier dataID.
- getLocationReferenceData() - Method in interface openlr.LocationReference
-
Gets the location reference data.
- getLocationReferencePoints() - Method in class openlr.rawLocRef.RawClosedLineLocRef
-
Gets the location reference points.
- getLocationReferencePoints() - Method in class openlr.rawLocRef.RawLineLocRef
-
Gets the location reference points.
- getLocationReferencePoints() - Method in class openlr.rawLocRef.RawLocationReference
-
Gets the location reference points.
- getLocationReferencePoints() - Method in class openlr.rawLocRef.RawPointLocRef
-
Gets the location reference points.
- getLocations() - Method in class openlr.location.utils.LocationData
-
Gets the locations.
- getLocationType() - Method in interface openlr.encoder.LocationReferenceHolder
-
Gets the location type.
- getLocationType() - Method in interface openlr.location.Location
-
Gets the location type.
- getLocationType() - Method in interface openlr.LocationReference
-
Gets the location type.
- getLocationType() - Method in class openlr.rawLocRef.RawLocationReference
-
Gets the location type.
- getLocationTypes() - Static method in enum openlr.LocationType
-
Gets the location types.
- getLongitudeDeg() - Method in interface openlr.LocationReferencePoint
-
Gets the longitude coordinate in degree.
- getLowerLeftPoint() - Method in class openlr.location.GridLocation
-
Gets the lower left corner point of a rectangle or grid location.
- getLowerLeftPoint() - Method in interface openlr.location.Location
-
Gets the lower left corner point of a rectangle or grid location.
- getLowerLeftPoint() - Method in class openlr.location.RectangleLocation
-
Gets the lower left corner point of a rectangle or grid location.
- getLowerLeftPoint() - Method in class openlr.rawLocRef.RawGridLocRef
-
Gets the leftmost corner point of a rectangle or grid location.
- getLowerLeftPoint() - Method in class openlr.rawLocRef.RawLocationReference
-
Gets the leftmost corner point of a rectangle or grid location.
- getLowerLeftPoint() - Method in class openlr.rawLocRef.RawRectangleLocRef
-
Gets the leftmost corner point of a rectangle or grid location.
- getLRDatabase() - Method in class openlr.encoder.OpenLREncoderParameter
-
Gets the lR database.
- getLRPs() - Method in interface openlr.encoder.LocationReferenceHolder
-
Gets the list of sub routes.
- getMajorVersion() - Method in interface openlr.OpenLRDecoder
-
Gets the major version number.
- getMajorVersion() - Method in interface openlr.OpenLREncoder
-
Gets the major version.
- getMajorVersion() - Method in class openlr.Version
-
Gets the major version.
- getMapDatase() - Method in class openlr.decoder.OpenLRDecoderParameter
-
Gets the map datase.
- getMapDatase() - Method in class openlr.encoder.OpenLREncoderParameter
-
Gets the map datase.
- getMinorVersion() - Method in interface openlr.OpenLRDecoder
-
Gets the minor version number.
- getMinorVersion() - Method in interface openlr.OpenLREncoder
-
Gets the minor version.
- getMinorVersion() - Method in class openlr.Version
-
Gets the minor version.
- getName() - Method in interface openlr.OpenLRProcessingException.ErrorCode
-
Gets the name.
- getName() - Method in enum openlr.properties.OpenLRPropertyException.PropertyError
-
- getNegativeOffset() - Method in class openlr.location.InvalidLocation
-
Gets the remaining negative offset.
- getNegativeOffset() - Method in class openlr.location.LineLocation
-
Gets the remaining negative offset.
- getNegativeOffset() - Method in interface openlr.location.Location
-
Gets the remaining negative offset.
- getNegativeOffset(int) - Method in interface openlr.Offsets
-
Gets the negative offset [in meter].
- getNrOfErrors() - Method in class openlr.location.utils.LocationData
-
Gets the nr of errors.
- getNrOfLRPs() - Method in interface openlr.encoder.LocationReferenceHolder
-
Gets the number of sub routes of this location reference.
- getNumberOfColumns() - Method in class openlr.location.GridLocation
-
Gets the number of columns of a grid location.
- getNumberOfColumns() - Method in interface openlr.location.Location
-
Gets the number of columns of a grid location.
- getNumberOfColumns() - Method in class openlr.rawLocRef.RawGridLocRef
-
Gets the number of columns of a grid location.
- getNumberOfColumns() - Method in class openlr.rawLocRef.RawLocationReference
-
Gets the number of columns of a grid location.
- getNumberOfDataFormats() - Method in interface openlr.encoder.LocationReferenceHolder
-
Gets the number of data formats.
- getNumberOfRows() - Method in class openlr.location.GridLocation
-
Gets the number of rows of a grid location.
- getNumberOfRows() - Method in interface openlr.location.Location
-
Gets the number of rows of a grid location.
- getNumberOfRows() - Method in class openlr.rawLocRef.RawGridLocRef
-
Gets the number of rows of a grid location.
- getNumberOfRows() - Method in class openlr.rawLocRef.RawLocationReference
-
Gets the number of rows of a grid location.
- getNumberOfValidLR() - Method in interface openlr.encoder.LocationReferenceHolder
-
Gets the number of valid physical location references.
- getOffsets() - Method in class openlr.rawLocRef.RawLineLocRef
-
Gets the offset information.
- getOffsets() - Method in class openlr.rawLocRef.RawLocationReference
-
Gets the offset information.
- getOffsets() - Method in class openlr.rawLocRef.RawPointLocRef
-
Gets the offset information.
- getOrientation() - Method in class openlr.location.InvalidLocation
-
Gets the orientation.
- getOrientation() - Method in interface openlr.location.Location
-
Gets the orientation.
- getOrientation() - Method in class openlr.location.PointLocation
-
Gets the orientation.
- getOrientation() - Method in class openlr.rawLocRef.RawLocationReference
-
Gets the orientation.
- getOrientation() - Method in class openlr.rawLocRef.RawPointLocRef
-
Gets the orientation.
- getOrientationValues() - Static method in enum openlr.location.data.Orientation
-
Gets the orientation values.
- getPatchVersion() - Method in interface openlr.OpenLRDecoder
-
Gets the patch version number.
- getPatchVersion() - Method in interface openlr.OpenLREncoder
-
Gets the patch version.
- getPatchVersion() - Method in class openlr.Version
-
Gets the patch version.
- getPhysicalDecoders() - Method in class openlr.decoder.OpenLRDecoderParameter
-
Gets the physical decoders.
- getPhysicalEncoders() - Method in class openlr.encoder.OpenLREncoderParameter
-
Gets the physical encoders.
- getPoiLine() - Method in class openlr.location.InvalidLocation
-
Gets the line used to define a point location on.
- getPoiLine() - Method in interface openlr.location.Location
-
Gets the line used to define a point location on.
- getPoiLine() - Method in class openlr.location.PointLocation
-
Gets the line used to define a point location on.
- getPointLocation() - Method in class openlr.location.GeoCoordLocation
-
Gets the point location.
- getPointLocation() - Method in class openlr.location.InvalidLocation
-
Gets the point location.
- getPointLocation() - Method in interface openlr.location.Location
-
Gets the point location.
- getPointLocation() - Method in class openlr.location.PoiAccessLocation
-
Gets the point location.
- getPositiveOffset() - Method in class openlr.location.InvalidLocation
-
Gets the remaining positive offset.
- getPositiveOffset() - Method in class openlr.location.LineLocation
-
Gets the remaining positive offset.
- getPositiveOffset() - Method in interface openlr.location.Location
-
Gets the remaining positive offset.
- getPositiveOffset() - Method in class openlr.location.PointLocation
-
Gets the remaining positive offset.
- getPositiveOffset(int) - Method in interface openlr.Offsets
-
Gets the positive offset [in meter].
- getPropertyType() - Method in interface openlr.properties.OpenLRProperty
-
Gets the property type.
- getQuick(int) - Method in class cern.colt.list.AbstractByteList
-
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
- getQuick(int) - Method in class cern.colt.list.AbstractDoubleList
-
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
- getQuick(int) - Method in class cern.colt.list.AbstractFloatList
-
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
- getQuick(int) - Method in class cern.colt.list.AbstractIntList
-
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
- getQuick(int) - Method in class cern.colt.list.AbstractLongList
-
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
- getQuick(int) - Method in class cern.colt.list.ByteArrayList
-
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
- getQuick(int) - Method in class cern.colt.list.DoubleArrayList
-
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
- getQuick(int) - Method in class cern.colt.list.FloatArrayList
-
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
- getQuick(int) - Method in class cern.colt.list.IntArrayList
-
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
- getQuick(int) - Method in class cern.colt.list.LongArrayList
-
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
- getQuick(int) - Method in class cern.colt.list.ObjectArrayList
-
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
- getRadius() - Method in class openlr.location.CircleLocation
-
Gets the radius (in meters) of a circle location.
- getRadius() - Method in interface openlr.location.Location
-
Gets the radius (in meters) of a circle location.
- getRadius() - Method in class openlr.rawLocRef.RawCircleLocRef
-
Gets the radius (in meters) of a circle location.
- getRadius() - Method in class openlr.rawLocRef.RawLocationReference
-
Gets the radius (in meters) of a circle location.
- getRandomGenerator() - Method in class cern.jet.random.AbstractDistribution
-
Returns the used uniform random number generator;
- getRawLocationReferenceData() - Method in interface openlr.encoder.LocationReferenceHolder
-
Gets the raw location reference data.
- getResult(RawLocationReference) - Method in interface openlr.decoder.LocationDatabase
-
Gets the location for the location reference.
- getResult(Location) - Method in interface openlr.encoder.LRDatabase
-
Gets the location reference for the location
- getReturnCode() - Method in interface openlr.encoder.LocationReferenceHolder
-
Gets the error being thrown during encoding.
- getReturnCode() - Method in interface openlr.location.Location
-
Gets the return code (only valid as a result of a decoding process).
- getReturnCode() - Method in interface openlr.LocationReference
-
Gets the return code (only valid after an encoding process)
- getReturnCode() - Method in class openlr.rawLocRef.RawLocationReference
-
Gets the return code (only valid as a result of a decoding process).
- getSequenceNumber() - Method in interface openlr.LocationReferencePoint
-
Gets the position of the location reference point in the list of location reference
points starting with 1.
- getSideOfRoad() - Method in class openlr.location.InvalidLocation
-
Gets the side of road.
- getSideOfRoad() - Method in interface openlr.location.Location
-
Gets the side of road.
- getSideOfRoad() - Method in class openlr.location.PointLocation
-
Gets the side of road.
- getSideOfRoad() - Method in class openlr.rawLocRef.RawLocationReference
-
Gets the side of road.
- getSideOfRoad() - Method in class openlr.rawLocRef.RawPointLocRef
-
Gets the side of road.
- getSideOfRoadValues() - Static method in enum openlr.location.data.SideOfRoad
-
Gets the side of road values.
- getStringPropertyValue(Configuration, OpenLRProperty) - Static method in class openlr.properties.OpenLRPropertyAccess
-
Gets the string property value.
- getSubRouteList() - Method in class openlr.location.InvalidLocation
-
Gets the list of sub routes being found by the decoder.
- getSupportedVersions() - Method in interface openlr.PhysicalEncoder
-
Gets the supported versions.
- getUpperRightPoint() - Method in class openlr.location.GridLocation
-
Gets the upper right corner point of a rectangle or grid location.
- getUpperRightPoint() - Method in interface openlr.location.Location
-
Gets the upper right corner point of a rectangle or grid location.
- getUpperRightPoint() - Method in class openlr.location.RectangleLocation
-
Gets the upper right corner point of a rectangle or grid location.
- getUpperRightPoint() - Method in class openlr.rawLocRef.RawGridLocRef
-
Gets the rightmost corner point of a rectangle or grid location.
- getUpperRightPoint() - Method in class openlr.rawLocRef.RawLocationReference
-
Gets the rightmost corner point of a rectangle or grid location.
- getUpperRightPoint() - Method in class openlr.rawLocRef.RawRectangleLocRef
-
Gets the rightmost corner point of a rectangle or grid location.
- getVersion() - Method in interface openlr.LocationReference
-
Gets the version.
- getVersion() - Method in interface openlr.OpenLRDecoder
-
Gets the version information as a string.
- getVersion() - Method in interface openlr.OpenLREncoder
-
Gets the encoder version.
- getVersion(String) - Static method in class openlr.VersionHelper
-
- GRID_MARKER - Static variable in class openlr.location.utils.LocationDataConstants
-
The Constant GRID_MARKER.
- GridLocation - Class in openlr.location
-
Implementation of the location interface for grid locations.
- GridLocation(String, double, double, double, double, int, int) - Constructor for class openlr.location.GridLocation
-
Instantiates a new grid area location.
- GridRW - Class in openlr.location.utils.worker
-
Location reader and writer.
- GridRW() - Constructor for class openlr.location.utils.worker.GridRW
-
- id - Variable in class openlr.rawLocRef.RawLocationReference
-
The id.
- ID_PART - Static variable in class openlr.location.utils.LocationDataConstants
-
The Constant ID_PART.
- indexOf(byte) - Method in class cern.colt.list.AbstractByteList
-
Returns the index of the first occurrence of the specified
element.
- indexOf(double) - Method in class cern.colt.list.AbstractDoubleList
-
Returns the index of the first occurrence of the specified
element.
- indexOf(float) - Method in class cern.colt.list.AbstractFloatList
-
Returns the index of the first occurrence of the specified
element.
- indexOf(int) - Method in class cern.colt.list.AbstractIntList
-
Returns the index of the first occurrence of the specified
element.
- indexOf(long) - Method in class cern.colt.list.AbstractLongList
-
Returns the index of the first occurrence of the specified
element.
- indexOf(Object, boolean) - Method in class cern.colt.list.ObjectArrayList
-
Returns the index of the first occurrence of the specified
element.
- indexOfFromTo(byte, int, int) - Method in class cern.colt.list.AbstractByteList
-
Returns the index of the first occurrence of the specified
element.
- indexOfFromTo(double, int, int) - Method in class cern.colt.list.AbstractDoubleList
-
Returns the index of the first occurrence of the specified
element.
- indexOfFromTo(float, int, int) - Method in class cern.colt.list.AbstractFloatList
-
Returns the index of the first occurrence of the specified
element.
- indexOfFromTo(int, int, int) - Method in class cern.colt.list.AbstractIntList
-
Returns the index of the first occurrence of the specified
element.
- indexOfFromTo(long, int, int) - Method in class cern.colt.list.AbstractLongList
-
Returns the index of the first occurrence of the specified
element.
- indexOfFromTo(byte, int, int) - Method in class cern.colt.list.ByteArrayList
-
Returns the index of the first occurrence of the specified
element.
- indexOfFromTo(double, int, int) - Method in class cern.colt.list.DoubleArrayList
-
Returns the index of the first occurrence of the specified
element.
- indexOfFromTo(float, int, int) - Method in class cern.colt.list.FloatArrayList
-
Returns the index of the first occurrence of the specified
element.
- indexOfFromTo(int, int, int) - Method in class cern.colt.list.IntArrayList
-
Returns the index of the first occurrence of the specified
element.
- indexOfFromTo(long, int, int) - Method in class cern.colt.list.LongArrayList
-
Returns the index of the first occurrence of the specified
element.
- indexOfFromTo(Object, int, int, boolean) - Method in class cern.colt.list.ObjectArrayList
-
Returns the index of the first occurrence of the specified
element.
- indexOfInsertion(int) - Method in class cern.colt.map.OpenIntIntHashMap
-
- indexOfInsertion(int) - Method in class cern.colt.map.OpenIntObjectHashMap
-
- indexOfInsertion(long) - Method in class cern.colt.map.OpenLongObjectHashMap
-
- indexOfInsertion(long) - Method in class openlr.collection.OpenAbstractCollection
-
- indexOfKey(int) - Method in class cern.colt.map.OpenIntIntHashMap
-
- indexOfKey(int) - Method in class cern.colt.map.OpenIntObjectHashMap
-
- indexOfKey(long) - Method in class cern.colt.map.OpenLongObjectHashMap
-
- indexOfKey(long) - Method in class openlr.collection.OpenAbstractCollection
-
- indexOfValue(int) - Method in class cern.colt.map.OpenIntIntHashMap
-
- indexOfValue(Object) - Method in class cern.colt.map.OpenIntObjectHashMap
-
- indexOfValue(Object) - Method in class cern.colt.map.OpenLongObjectHashMap
-
- indexOfValue(int) - Method in class openlr.collection.OpenLongIntHashMap
-
- IntArrayList - Class in cern.colt.list
-
Resizable list holding int elements; implemented with arrays.
- IntArrayList() - Constructor for class cern.colt.list.IntArrayList
-
Constructs an empty list.
- IntArrayList(int[]) - Constructor for class cern.colt.list.IntArrayList
-
Constructs a list containing the specified elements.
- IntArrayList(int) - Constructor for class cern.colt.list.IntArrayList
-
Constructs an empty list with the specified initial capacity.
- IntBufferConsumer - Interface in cern.colt.buffer
-
Target of a streaming IntBuffer into which data is flushed upon buffer overflow.
- IntComparator - Interface in cern.colt.function
-
A comparison function which imposes a total ordering on some
collection of elements.
- IntFunction - Interface in cern.colt.function
-
Interface that represents a function object: a function that takes
a single argument and returns a single value.
- IntIntProcedure - Interface in cern.colt.function
-
Interface that represents a procedure object: a procedure that takes
two arguments and does not return a value.
- IntObjectProcedure - Interface in cern.colt.function
-
Interface that represents a procedure object: a procedure that takes
two arguments and does not return a value.
- IntProcedure - Interface in cern.colt.function
-
Interface that represents a procedure object: a procedure that takes
a single argument and does not return a value.
- InvalidLocation - Class in openlr.location
-
Implementation of the location interface for invalid locations.
- InvalidLocation(String, LocationType, StatusCode, List<Line>, List<List<Line>>, int, int, GeoCoordinates, GeoCoordinates, SideOfRoad, Orientation) - Constructor for class openlr.location.InvalidLocation
-
Instantiates a new decoded location.
- InvalidLocation(String, StatusCode, LocationType) - Constructor for class openlr.location.InvalidLocation
-
Instantiates a new invalid location.
- InvalidLocation(String, StatusCode, LocationType, List<List<Line>>) - Constructor for class openlr.location.InvalidLocation
-
Instantiates a new invalid location.
- InvalidLocation(String, LocationType, StatusCode, GeoCoordinates, SideOfRoad, Orientation) - Constructor for class openlr.location.InvalidLocation
-
Instantiates a new invalid location.
- InvalidLocation(String, LocationType, StatusCode, List<List<Line>>, GeoCoordinates, SideOfRoad, Orientation) - Constructor for class openlr.location.InvalidLocation
-
Instantiates a new invalid location.
- InvalidLocation(String, LocationType, StatusCode, List<List<Line>>, SideOfRoad, Orientation) - Constructor for class openlr.location.InvalidLocation
-
Instantiates a new invalid location.
- InvalidLocation(String, StatusCode, LocationType, SideOfRoad, Orientation) - Constructor for class openlr.location.InvalidLocation
-
Instantiates a new invalid location.
- isConnected(Line, Line) - Method in class openlr.location.utils.worker.AbstractRW
-
Checks if two lines are connected connected.
- isEmpty() - Method in class cern.colt.list.AbstractCollection
-
Tests if the receiver has no elements.
- isEmpty() - Method in class cern.colt.map.AbstractMap
-
Returns true if the receiver contains no (key,value) associations.
- isEmpty() - Method in interface openlr.location.data.AffectedLines
-
Checks if is empty.
- isLastLRP() - Method in interface openlr.LocationReferencePoint
-
Checks if this LRP is the last one in the sequence.
- isSortedFromTo(int, int) - Method in class cern.colt.list.ObjectArrayList
-
Determines whether the receiver is sorted ascending, according to the natural ordering of its
elements.
- isValid() - Method in interface openlr.encoder.LocationReferenceHolder
-
Checks if the location reference is valid.
- isValid() - Method in interface openlr.location.Location
-
Checks if the decoded location is valid.
- isValid() - Method in interface openlr.LocationReference
-
Checks if the location reference is valid.
- isValid() - Method in class openlr.rawLocRef.RawLocationReference
-
Checks if the location reference is valid.
- largestPrime - Static variable in class cern.colt.map.PrimeFinder
-
The largest prime this class can generate; currently equal to Integer.MAX_VALUE.
- lastIndexOf(byte) - Method in class cern.colt.list.AbstractByteList
-
Returns the index of the last occurrence of the specified
element.
- lastIndexOf(double) - Method in class cern.colt.list.AbstractDoubleList
-
Returns the index of the last occurrence of the specified
element.
- lastIndexOf(float) - Method in class cern.colt.list.AbstractFloatList
-
Returns the index of the last occurrence of the specified
element.
- lastIndexOf(int) - Method in class cern.colt.list.AbstractIntList
-
Returns the index of the last occurrence of the specified
element.
- lastIndexOf(long) - Method in class cern.colt.list.AbstractLongList
-
Returns the index of the last occurrence of the specified
element.
- lastIndexOf(Object, boolean) - Method in class cern.colt.list.ObjectArrayList
-
Returns the index of the last occurrence of the specified
element.
- lastIndexOfFromTo(byte, int, int) - Method in class cern.colt.list.AbstractByteList
-
Returns the index of the last occurrence of the specified
element.
- lastIndexOfFromTo(double, int, int) - Method in class cern.colt.list.AbstractDoubleList
-
Returns the index of the last occurrence of the specified
element.
- lastIndexOfFromTo(float, int, int) - Method in class cern.colt.list.AbstractFloatList
-
Returns the index of the last occurrence of the specified
element.
- lastIndexOfFromTo(int, int, int) - Method in class cern.colt.list.AbstractIntList
-
Returns the index of the last occurrence of the specified
element.
- lastIndexOfFromTo(long, int, int) - Method in class cern.colt.list.AbstractLongList
-
Returns the index of the last occurrence of the specified
element.
- lastIndexOfFromTo(byte, int, int) - Method in class cern.colt.list.ByteArrayList
-
Returns the index of the last occurrence of the specified
element.
- lastIndexOfFromTo(double, int, int) - Method in class cern.colt.list.DoubleArrayList
-
Returns the index of the last occurrence of the specified
element.
- lastIndexOfFromTo(float, int, int) - Method in class cern.colt.list.FloatArrayList
-
Returns the index of the last occurrence of the specified
element.
- lastIndexOfFromTo(int, int, int) - Method in class cern.colt.list.IntArrayList
-
Returns the index of the last occurrence of the specified
element.
- lastIndexOfFromTo(long, int, int) - Method in class cern.colt.list.LongArrayList
-
Returns the index of the last occurrence of the specified
element.
- lastIndexOfFromTo(Object, int, int, boolean) - Method in class cern.colt.list.ObjectArrayList
-
Returns the index of the last occurrence of the specified
element.
- LINE_MARKER - Static variable in class openlr.location.utils.LocationDataConstants
-
The Constant LINE_MARKER.
- lineForPoint - Variable in class openlr.location.PointLocation
-
The line for point.
- LineLocation - Class in openlr.location
-
Implementation of the location interface for line locations.
- LineLocation(String, List<? extends Line>, int, int) - Constructor for class openlr.location.LineLocation
-
Instantiates a new location with a unique key and the location as a list
of lines including offset information used to find the precise location
on the location path.
- LineLocation(LineLocation) - Constructor for class openlr.location.LineLocation
-
Instantiates a copy of location l.
- LineRW - Class in openlr.location.utils.worker
-
Location reader and writer.
- LineRW() - Constructor for class openlr.location.utils.worker.LineRW
-
- loadLocationData(File, MapDatabase) - Static method in class openlr.location.utils.LocationDataReader
-
Load location data.
- loadLocationData(BufferedReader, MapDatabase) - Static method in class openlr.location.utils.LocationDataReader
-
Load location data from a reader.
- loadPropertiesFromFile(File) - Static method in class openlr.properties.OpenLRPropertiesReader
-
Load the OpenLR properties file and validate the content according to the
OpenLR properties schema definition.
- loadPropertiesFromStream(InputStream, boolean) - Static method in class openlr.properties.OpenLRPropertiesReader
-
Load properties from stream.
- Location - Interface in openlr.location
-
The interface Location defines a location (in a map) which can be encoded
using the OpenLR encoder and is also the result of the OpenLR decoding
process.
- LocationData - Class in openlr.location.utils
-
OpenLR is a trade mark of TomTom International B.V.
- LocationData() - Constructor for class openlr.location.utils.LocationData
-
- LocationDatabase - Interface in openlr.decoder
-
The Interface LocationDatabase defines methods for a database storing location references and
their locations.
- LocationDataConstants - Class in openlr.location.utils
-
OpenLR is a trade mark of TomTom International B.V.
- LocationDataException - Exception in openlr.location.utils
-
OpenLR is a trade mark of TomTom International B.V.
- LocationDataException(String) - Constructor for exception openlr.location.utils.LocationDataException
-
Instantiates a new location data exception.
- LocationDataException(Throwable) - Constructor for exception openlr.location.utils.LocationDataException
-
Instantiates a new location data exception.
- LocationDataException(String, Throwable) - Constructor for exception openlr.location.utils.LocationDataException
-
Instantiates a new location data exception.
- LocationDataIterator - Class in openlr.location.utils
-
Enables to iterate forward and backwards over a list of locations.
- LocationDataReader - Class in openlr.location.utils
-
d
- LocationDataWriter - Class in openlr.location.utils
-
OpenLR is a trade mark of TomTom International B.V.
- LocationFactory - Class in openlr.location
-
A factory for creating Location objects.
- LocationProcessor<T> - Class in openlr.utils.location
-
This class defines a base functionality for classes that perform tasks
depending on the the type of locations.
- LocationProcessor() - Constructor for class openlr.utils.location.LocationProcessor
-
- LocationReference - Interface in openlr
-
The interface LocationReference defines an OpenLR location reference.
- LocationReferenceHolder - Interface in openlr.encoder
-
OpenLR is a trade mark of TomTom International B.V.
- LocationReferencePoint - Interface in openlr
-
The interface LocationReferencePoint defines the access to a location reference
point (LRP).
- LocationReferenceProcessor<T> - Class in openlr.utils.locref
-
This class defines a base functionality for classes that perform tasks
depending on the the type of location references.
- LocationReferenceProcessor() - Constructor for class openlr.utils.locref.LocationReferenceProcessor
-
- LocationType - Enum in openlr
-
The enumeration LocationType specifies the different types of location
supported by the OpenLR method.
- LocRefBoundary - Class in openlr.utils.locref.boundary
-
The Class LocRefUtils.
- locType - Variable in class openlr.rawLocRef.RawLocationReference
-
The loc type.
- log(double, double) - Static method in class cern.jet.math.Arithmetic
-
Returns logbasevalue.
- log10(double) - Static method in class cern.jet.math.Arithmetic
-
Returns log10value.
- log2(double) - Static method in class cern.jet.math.Arithmetic
-
Returns log2value.
- logFactorial(int) - Static method in class cern.jet.math.Arithmetic
-
Returns log(k!).
- logFactorials - Static variable in class cern.jet.math.Arithmetic
-
- LOGPI - Static variable in class cern.jet.math.Constants
-
- LongArrayList - Class in cern.colt.list
-
Resizable list holding long elements; implemented with arrays.
- LongArrayList() - Constructor for class cern.colt.list.LongArrayList
-
Constructs an empty list.
- LongArrayList(long[]) - Constructor for class cern.colt.list.LongArrayList
-
Constructs a list containing the specified elements.
- LongArrayList(int) - Constructor for class cern.colt.list.LongArrayList
-
Constructs an empty list with the specified initial capacity.
- LongComparator - Interface in cern.colt.function
-
A comparison function which imposes a total ordering on some
collection of elements.
- longFactorial(int) - Static method in class cern.jet.math.Arithmetic
-
Instantly returns the factorial k!.
- longFactorials - Static variable in class cern.jet.math.Arithmetic
-
- LongIntProcedure - Interface in openlr.collection
-
Interface that represents a procedure object: a procedure that takes two
arguments and does not return a value.
- LongObjectProcedure - Interface in cern.colt.function
-
Interface that represents a procedure object: a procedure that takes
two arguments and does not return a value.
- LongProcedure - Interface in cern.colt.function
-
Interface that represents a procedure object: a procedure that takes a single
argument and does not return a value.
- lowWaterMark - Variable in class cern.colt.map.AbstractMap
-
The table capacity c=table.length always satisfies the invariant
c * minLoadFactor <= s <= c * maxLoadFactor, where s=size() is the number of associations currently contained.
- LRDatabase - Interface in openlr.encoder
-
The Interface LRDatabase defines methods for a database storing locations and their location
references.
- MACHEP - Static variable in class cern.jet.math.Constants
-
- main(String[]) - Static method in class cern.colt.map.PrimeFinder
-
Tests correctness.
- makeDefault() - Static method in class cern.jet.random.engine.RandomEngine
-
Constructs and returns a new uniform random number engine seeded with the current time.
- makeDefaultGenerator() - Static method in class cern.jet.random.AbstractDistribution
-
Constructs and returns a new uniform random number generation engine seeded with the current time.
- MARKER_PART - Static variable in class openlr.location.utils.LocationDataConstants
-
The Constant MARKER_PART.
- max - Variable in class cern.jet.random.Uniform
-
- MAXGAM - Static variable in class cern.jet.math.Constants
-
- maxLoadFactor - Variable in class cern.colt.map.AbstractMap
-
The maximum load factor for the hashtable.
- MAXLOG - Static variable in class cern.jet.math.Constants
-
- mergeSort(int, int, IntComparator, Swapper) - Static method in class cern.colt.GenericSorting
-
Sorts the specified range of elements according
to the order induced by the specified comparator.
- mergeSort() - Method in class cern.colt.list.AbstractList
-
Sorts the receiver into ascending order.
- mergeSort(byte[], int, int) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements.
- mergeSort(byte[], int, int, ByteComparator) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements according
to the order induced by the specified comparator.
- mergeSort(char[], int, int) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements.
- mergeSort(char[], int, int, CharComparator) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements according
to the order induced by the specified comparator.
- mergeSort(double[], int, int) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements.
- mergeSort(double[], int, int, DoubleComparator) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements according
to the order induced by the specified comparator.
- mergeSort(float[], int, int) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements.
- mergeSort(float[], int, int, FloatComparator) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements according
to the order induced by the specified comparator.
- mergeSort(int[], int, int) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements.
- mergeSort(int[], int, int, IntComparator) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements according
to the order induced by the specified comparator.
- mergeSort(long[], int, int) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements.
- mergeSort(long[], int, int, LongComparator) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements according
to the order induced by the specified comparator.
- mergeSort(short[], int, int) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements.
- mergeSort(short[], int, int, ShortComparator) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements according
to the order induced by the specified comparator.
- mergeSortFromTo(int, int) - Method in class cern.colt.list.AbstractByteList
-
Sorts the specified range of the receiver into ascending order.
- mergeSortFromTo(int, int, ByteComparator) - Method in class cern.colt.list.AbstractByteList
-
Sorts the receiver according
to the order induced by the specified comparator.
- mergeSortFromTo(int, int) - Method in class cern.colt.list.AbstractDoubleList
-
Sorts the specified range of the receiver into ascending order.
- mergeSortFromTo(int, int, DoubleComparator) - Method in class cern.colt.list.AbstractDoubleList
-
Sorts the receiver according
to the order induced by the specified comparator.
- mergeSortFromTo(int, int) - Method in class cern.colt.list.AbstractFloatList
-
Sorts the specified range of the receiver into ascending order.
- mergeSortFromTo(int, int, FloatComparator) - Method in class cern.colt.list.AbstractFloatList
-
Sorts the receiver according
to the order induced by the specified comparator.
- mergeSortFromTo(int, int) - Method in class cern.colt.list.AbstractIntList
-
Sorts the specified range of the receiver into ascending order.
- mergeSortFromTo(int, int, IntComparator) - Method in class cern.colt.list.AbstractIntList
-
Sorts the receiver according
to the order induced by the specified comparator.
- mergeSortFromTo(int, int) - Method in class cern.colt.list.AbstractList
-
Sorts the receiver into ascending order.
- mergeSortFromTo(int, int) - Method in class cern.colt.list.AbstractLongList
-
Sorts the specified range of the receiver into ascending order.
- mergeSortFromTo(int, int, LongComparator) - Method in class cern.colt.list.AbstractLongList
-
Sorts the receiver according
to the order induced by the specified comparator.
- mergeSortFromTo(int, int) - Method in class cern.colt.list.ObjectArrayList
-
Sorts the specified range of the receiver into
ascending order, according to the natural ordering of its
elements.
- mergeSortFromTo(int, int, Comparator) - Method in class cern.colt.list.ObjectArrayList
-
Sorts the receiver according
to the order induced by the specified comparator.
- mergeSortInPlace(int[], int, int) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements.
- MersenneTwister - Class in cern.jet.random.engine
-
MersenneTwister (MT19937) is one of the strongest uniform pseudo-random number generators known so far; at the same time it is quick.
- MersenneTwister() - Constructor for class cern.jet.random.engine.MersenneTwister
-
Constructs and returns a random number generator with a default seed, which is a constant.
- MersenneTwister(int) - Constructor for class cern.jet.random.engine.MersenneTwister
-
Constructs and returns a random number generator with the given seed.
- MersenneTwister(Date) - Constructor for class cern.jet.random.engine.MersenneTwister
-
Constructs and returns a random number generator seeded with the given date.
- min - Variable in class cern.jet.random.Uniform
-
- minLoadFactor - Variable in class cern.colt.map.AbstractMap
-
The minimum load factor for the hashtable.
- MINLOG - Static variable in class cern.jet.math.Constants
-
- ObjectArrayList - Class in cern.colt.list
-
Resizable list holding Object elements; implemented with arrays.
- ObjectArrayList() - Constructor for class cern.colt.list.ObjectArrayList
-
Constructs an empty list.
- ObjectArrayList(Object[]) - Constructor for class cern.colt.list.ObjectArrayList
-
Constructs a list containing the specified elements.
- ObjectArrayList(int) - Constructor for class cern.colt.list.ObjectArrayList
-
Constructs an empty list with the specified initial capacity.
- ObjectProcedure - Interface in cern.colt.function
-
Interface that represents a procedure object: a procedure that takes
a single argument and does not return a value.
- Offsets - Interface in openlr
-
The interface Offsets defines the basic structure to deal with offsets.
- offsets - Variable in class openlr.rawLocRef.RawPointLocRef
-
The offsets.
- OpenAbstractCollection - Class in openlr.collection
-
Overrides many methods for performance reasons only.
- OpenAbstractCollection() - Constructor for class openlr.collection.OpenAbstractCollection
-
- OpenIntIntHashMap - Class in cern.colt.map
-
Hash map holding (key,value) associations of type (int-->int); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
- OpenIntIntHashMap() - Constructor for class cern.colt.map.OpenIntIntHashMap
-
Constructs an empty map with default capacity and default load factors.
- OpenIntIntHashMap(int) - Constructor for class cern.colt.map.OpenIntIntHashMap
-
Constructs an empty map with the specified initial capacity and default load factors.
- OpenIntIntHashMap(int, double, double) - Constructor for class cern.colt.map.OpenIntIntHashMap
-
Constructs an empty map with
the specified initial capacity and the specified minimum and maximum load factor.
- OpenIntObjectHashMap - Class in cern.colt.map
-
Hash map holding (key,value) associations of type (int-->Object); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
- OpenIntObjectHashMap() - Constructor for class cern.colt.map.OpenIntObjectHashMap
-
Constructs an empty map with default capacity and default load factors.
- OpenIntObjectHashMap(int) - Constructor for class cern.colt.map.OpenIntObjectHashMap
-
Constructs an empty map with the specified initial capacity and default load factors.
- OpenIntObjectHashMap(int, double, double) - Constructor for class cern.colt.map.OpenIntObjectHashMap
-
Constructs an empty map with
the specified initial capacity and the specified minimum and maximum load factor.
- OpenLongHashSet - Class in openlr.collection
-
Hash map holding (key,value) associations of type (long-->Object);
Automatically grows and shrinks as needed; Implemented using open addressing
with double hashing.
- OpenLongHashSet() - Constructor for class openlr.collection.OpenLongHashSet
-
Constructs an empty map with default capacity and default load factors.
- OpenLongHashSet(int) - Constructor for class openlr.collection.OpenLongHashSet
-
Constructs an empty map with the specified initial capacity and default
load factors.
- OpenLongHashSet(int, double, double) - Constructor for class openlr.collection.OpenLongHashSet
-
Constructs an empty map with the specified initial capacity and the
specified minimum and maximum load factor.
- OpenLongIntHashMap - Class in openlr.collection
-
Hash map holding (key,value) associations of type (long-->Object);
Automatically grows and shrinks as needed; Implemented using open addressing
with double hashing.
- OpenLongIntHashMap() - Constructor for class openlr.collection.OpenLongIntHashMap
-
Constructs an empty map with default capacity and default load factors.
- OpenLongIntHashMap(int) - Constructor for class openlr.collection.OpenLongIntHashMap
-
Constructs an empty map with the specified initial capacity and default
load factors.
- OpenLongIntHashMap(int, double, double) - Constructor for class openlr.collection.OpenLongIntHashMap
-
Constructs an empty map with the specified initial capacity and the
specified minimum and maximum load factor.
- OpenLongObjectHashMap - Class in cern.colt.map
-
Hash map holding (key,value) associations of type (long-->Object); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
- OpenLongObjectHashMap() - Constructor for class cern.colt.map.OpenLongObjectHashMap
-
Constructs an empty map with default capacity and default load factors.
- OpenLongObjectHashMap(int) - Constructor for class cern.colt.map.OpenLongObjectHashMap
-
Constructs an empty map with the specified initial capacity and default load factors.
- OpenLongObjectHashMap(int, double, double) - Constructor for class cern.colt.map.OpenLongObjectHashMap
-
Constructs an empty map with
the specified initial capacity and the specified minimum and maximum load factor.
- openlr - package openlr
-
This package contains general interfaces defined by the OpenLR location referencing method.
- openlr.collection - package openlr.collection
-
Provides some collection types that work an basic data types.
- openlr.decoder - package openlr.decoder
-
This package comprises interfaces for the OpenLR decoder.
- openlr.encoder - package openlr.encoder
-
This package comprises interfaces for the OpenLR encoder.
- openlr.location - package openlr.location
-
The location package holds all location type dependent implementations of
the location interface.
- openlr.location.data - package openlr.location.data
-
The location package holds all location type dependent implementations of
the location interface.
- openlr.location.utils - package openlr.location.utils
-
Contains general utilities related to location objects.
- openlr.location.utils.worker - package openlr.location.utils.worker
-
Contains concrete processor classes per location type used in general location utilities.
- openlr.properties - package openlr.properties
-
This package handles the OpenLR properties.
- openlr.rawLocRef - package openlr.rawLocRef
-
Contains concrete implementations per location type of internal location reference objects.
- openlr.utils.location - package openlr.utils.location
-
This package contains general utilities regarding locations.
- openlr.utils.locref - package openlr.utils.locref
-
This package contains general utilities regarding location references.
- openlr.utils.locref.boundary - package openlr.utils.locref.boundary
-
This package contains classes performing the concrete calculation of bounding boxes for the specific location reference types.
- OpenLRDecoder - Interface in openlr
-
OpenLR is a trade mark of TomTom International B.V.
- OpenLRDecoderParameter - Class in openlr.decoder
-
OpenLR is a trade mark of TomTom International B.V.
- OpenLRDecoderParameter.Builder - Class in openlr.decoder
-
The Class Builder.
- OpenLREncoder - Interface in openlr
-
OpenLR is a trade mark of TomTom International B.V.
- OpenLREncoderParameter - Class in openlr.encoder
-
OpenLR is a trade mark of TomTom International B.V.
- OpenLREncoderParameter.Builder - Class in openlr.encoder
-
The Class Builder.
- OpenLRProcessingException - Exception in openlr
-
The class OpenLRProcessingException defines an exception where the total
process of encoding or decoding failed due to an error.
- OpenLRProcessingException(OpenLRProcessingException.ErrorCode) - Constructor for exception openlr.OpenLRProcessingException
-
Instantiates a new OpenLR processing exception.
- OpenLRProcessingException(OpenLRProcessingException.ErrorCode, String) - Constructor for exception openlr.OpenLRProcessingException
-
Instantiates a new OpenLR processing exception with an error message.
- OpenLRProcessingException(OpenLRProcessingException.ErrorCode, Throwable) - Constructor for exception openlr.OpenLRProcessingException
-
Instantiates a new OpenLR processing exception due to a previously thrown exception.
- OpenLRProcessingException(OpenLRProcessingException.ErrorCode, String, Throwable) - Constructor for exception openlr.OpenLRProcessingException
-
Instantiates a new OpenLR processing exception due to a previously thrown
exception and an error message.
- OpenLRProcessingException.ErrorCode - Interface in openlr
-
Defines the base interface of error codes.
- OpenLRPropertiesReader - Class in openlr.properties
-
The Class OpenLRPropertiesReader provides a reader for the OpenLR properties
file.
- OpenLRProperty - Interface in openlr.properties
-
This interface defines an OpenLR property which can be
used to configure the encoder and / or decoder.
- OpenLRPropertyAccess - Class in openlr.properties
-
The Class OpenLRPropertiesAccess offers the access to the properties being
loaded from the OpenLR properties file and encapsulated in the
Configuration object.
- OpenLRPropertyException - Exception in openlr.properties
-
This exception will be thrown if a problem with the OpenLR
properties ecist.
- OpenLRPropertyException(OpenLRProcessingException.ErrorCode) - Constructor for exception openlr.properties.OpenLRPropertyException
-
Instantiates a new open lr property exception.
- OpenLRPropertyException(OpenLRProcessingException.ErrorCode, String) - Constructor for exception openlr.properties.OpenLRPropertyException
-
Instantiates a new open lr property exception.
- OpenLRPropertyException(OpenLRProcessingException.ErrorCode, Throwable) - Constructor for exception openlr.properties.OpenLRPropertyException
-
Instantiates a new open lr property exception.
- OpenLRPropertyException.PropertyError - Enum in openlr.properties
-
The Enum PropertyError.
- Orientation - Enum in openlr.location.data
-
The enumeration Orientation defines how a point location is oriented with
respect to the direction of the line from first LRP to second LRP.
- orientation - Variable in class openlr.location.PointLocation
-
The orientation.
- orientation - Variable in class openlr.rawLocRef.RawPointLocRef
-
The orientation.
- pairsMatching(IntIntProcedure, IntArrayList, IntArrayList) - Method in class cern.colt.map.AbstractIntIntMap
-
Fills all pairs satisfying a given condition into the specified lists.
- pairsMatching(IntObjectProcedure, IntArrayList, ObjectArrayList) - Method in class cern.colt.map.AbstractIntObjectMap
-
Fills all pairs satisfying a given condition into the specified lists.
- pairsMatching(LongObjectProcedure, LongArrayList, ObjectArrayList) - Method in class cern.colt.map.AbstractLongObjectMap
-
Fills all pairs satisfying a given condition into the specified lists.
- pairsMatching(IntIntProcedure, IntArrayList, IntArrayList) - Method in class cern.colt.map.OpenIntIntHashMap
-
Fills all pairs satisfying a given condition into the specified lists.
- pairsMatching(IntObjectProcedure, IntArrayList, ObjectArrayList) - Method in class cern.colt.map.OpenIntObjectHashMap
-
Fills all pairs satisfying a given condition into the specified lists.
- pairsMatching(LongObjectProcedure, LongArrayList, ObjectArrayList) - Method in class cern.colt.map.OpenLongObjectHashMap
-
Fills all pairs satisfying a given condition into the specified lists.
- pairsMatching(LongIntProcedure, LongArrayList, IntArrayList) - Method in class openlr.collection.OpenLongIntHashMap
-
Fills all pairs satisfying a given condition into the specified lists.
- pairsSortedByKey(IntArrayList, IntArrayList) - Method in class cern.colt.map.AbstractIntIntMap
-
Fills all keys and values sorted ascending by key into the specified lists.
- pairsSortedByKey(IntArrayList, ObjectArrayList) - Method in class cern.colt.map.AbstractIntObjectMap
-
Fills all keys and values sorted ascending by key into the specified lists.
- pairsSortedByKey(LongArrayList, ObjectArrayList) - Method in class cern.colt.map.AbstractLongObjectMap
-
Fills all keys and values sorted ascending by key into the specified lists.
- pairsSortedByValue(IntArrayList, IntArrayList) - Method in class cern.colt.map.AbstractIntIntMap
-
Fills all keys and values sorted ascending by value into the specified lists.
- pairsSortedByValue(IntArrayList, ObjectArrayList) - Method in class cern.colt.map.AbstractIntObjectMap
-
Fills all keys and values sorted ascending by value according to natural ordering into the specified lists.
- pairsSortedByValue(LongArrayList, ObjectArrayList) - Method in class cern.colt.map.AbstractLongObjectMap
-
Fills all keys and values sorted ascending by value according to natural ordering into the specified lists.
- PART_DELIMITER - Static variable in class openlr.location.utils.LocationDataConstants
-
The Constant PART_DELIMITER.
- partFromTo(int, int) - Method in class cern.colt.list.AbstractByteList
-
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
- partFromTo(int, int) - Method in class cern.colt.list.AbstractDoubleList
-
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
- partFromTo(int, int) - Method in class cern.colt.list.AbstractFloatList
-
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
- partFromTo(int, int) - Method in class cern.colt.list.AbstractIntList
-
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
- partFromTo(int, int) - Method in class cern.colt.list.AbstractLongList
-
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
- partFromTo(int, int) - Method in class cern.colt.list.ByteArrayList
-
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
- partFromTo(int, int) - Method in class cern.colt.list.DoubleArrayList
-
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
- partFromTo(int, int) - Method in class cern.colt.list.FloatArrayList
-
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
- partFromTo(int, int) - Method in class cern.colt.list.IntArrayList
-
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
- partFromTo(int, int) - Method in class cern.colt.list.LongArrayList
-
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
- partFromTo(int, int) - Method in class cern.colt.list.ObjectArrayList
-
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
- pdf(double) - Method in class cern.jet.random.Uniform
-
Returns the probability distribution function (assuming a continous uniform distribution).
- PersistentObject - Class in cern.colt
-
This empty class is the common root for all persistent capable classes.
- PersistentObject() - Constructor for class cern.colt.PersistentObject
-
Not yet commented.
- PhysicalDecoder - Interface in openlr
-
The interface PhysicalDecoder needs to be implemented by all OpenLR physical
format decoders.
- PhysicalEncoder - Interface in openlr
-
The interface PhysicalEncoder needs to be implemented by all OpenLR physical
format encoders.
- PhysicalFormatException - Exception in openlr
-
The class PhysicalFormatException defines an exception where the translation of
a raw location reference into a phydical format failed due to an error.
- PhysicalFormatException(StatusCode) - Constructor for exception openlr.PhysicalFormatException
-
Instantiates a new PhysicalFormatException.
- PhysicalFormatException(StatusCode, String) - Constructor for exception openlr.PhysicalFormatException
-
Instantiates a new PhysicalFormatException with an error message.
- PhysicalFormatException(StatusCode, Throwable) - Constructor for exception openlr.PhysicalFormatException
-
Instantiates a new PhysicalFormatException due to a previously thrown
exception.
- PhysicalFormatException(StatusCode, String, Throwable) - Constructor for exception openlr.PhysicalFormatException
-
Instantiates a new PhysicalFormatException due to a previously thrown
exception and an error message.
- POI_ACCESS_MARKER - Static variable in class openlr.location.utils.LocationDataConstants
-
The Constant POI_ACCESS_MARKER.
- PoiAccessLocation - Class in openlr.location
-
Implementation of the location interface for poi with access point locations.
- PoiAccessLocation(String, Line, int, double, double, SideOfRoad, Orientation) - Constructor for class openlr.location.PoiAccessLocation
-
Instantiates a new poi with access point location.
- PoiAccessLocation(PoiAccessLocation) - Constructor for class openlr.location.PoiAccessLocation
-
Instantiates a copy of location l.
- PoiAccessRW - Class in openlr.location.utils.worker
-
Location reader and writer.
- PoiAccessRW() - Constructor for class openlr.location.utils.worker.PoiAccessRW
-
- POINT_ALONG_MARKER - Static variable in class openlr.location.utils.LocationDataConstants
-
The Constant POINT_ALONG_MARKER.
- PointAlongLocation - Class in openlr.location
-
Implementation of the location interface for point along line locations.
- PointAlongLocation(String, Line, int, SideOfRoad, Orientation) - Constructor for class openlr.location.PointAlongLocation
-
Instantiates a new point along line location.
- PointAlongLocation(PointAlongLocation) - Constructor for class openlr.location.PointAlongLocation
-
Instantiates a copy of location l.
- PointAlongRW - Class in openlr.location.utils.worker
-
Location reader and writer.
- PointAlongRW() - Constructor for class openlr.location.utils.worker.PointAlongRW
-
- PointLocation - Class in openlr.location
-
Abstract class for point locations.
- PointLocation(String, LocationType, Line, int, SideOfRoad, Orientation) - Constructor for class openlr.location.PointLocation
-
Instantiates a new point location.
- PointLocation(PointLocation) - Constructor for class openlr.location.PointLocation
-
Copy constructor.
- points - Variable in class openlr.rawLocRef.RawPointLocRef
-
The points.
- POINTS_LOCATIONS - Static variable in enum openlr.LocationType
-
The Constant POINTS_LOCATIONS.
- POLYGON_MARKER - Static variable in class openlr.location.utils.LocationDataConstants
-
The Constant POLYGON_MARKER.
- PolygonLocation - Class in openlr.location
-
Implementation of the location interface for polygon locations.
- PolygonLocation(String, List<? extends GeoCoordinates>) - Constructor for class openlr.location.PolygonLocation
-
Instantiates a new polygon location.
- PolygonLocation(PolygonLocation) - Constructor for class openlr.location.PolygonLocation
-
Instantiates a copy of location l.
- PolygonRW - Class in openlr.location.utils.worker
-
Location reader and writer.
- PolygonRW() - Constructor for class openlr.location.utils.worker.PolygonRW
-
- posOff - Variable in class openlr.location.PointLocation
-
The positive offset indicates the distance between start point of the
first line and the real start point of the location.
- previous() - Method in class openlr.location.utils.LocationDataIterator
-
Sets the pointer to the previous location and delivers it back.
- previousIndex() - Method in class openlr.location.utils.LocationDataIterator
- PrimeFinder - Class in cern.colt.map
-
Not of interest for users; only for implementors of hashtables.
- PrimeFinder() - Constructor for class cern.colt.map.PrimeFinder
-
Makes this class non instantiable, but still let's others inherit from it.
- process(Location) - Method in class openlr.utils.location.LocationProcessor
-
Processes the given location.
- process(LineLocation) - Method in class openlr.utils.location.LocationProcessor
-
Processes the given line location.
- process(GeoCoordLocation) - Method in class openlr.utils.location.LocationProcessor
-
Processes the given geo coordinate location.
- process(PointAlongLocation) - Method in class openlr.utils.location.LocationProcessor
-
Processes the given point along line location.
- process(PoiAccessLocation) - Method in class openlr.utils.location.LocationProcessor
-
Processes the given POI with access point location.
- process(RectangleLocation) - Method in class openlr.utils.location.LocationProcessor
-
Processes the given rectangle location.
- process(PolygonLocation) - Method in class openlr.utils.location.LocationProcessor
-
Processes the given polygon location.
- process(CircleLocation) - Method in class openlr.utils.location.LocationProcessor
-
Processes the given circle location.
- process(GridLocation) - Method in class openlr.utils.location.LocationProcessor
-
Processes the given grid location.
- process(ClosedLineLocation) - Method in class openlr.utils.location.LocationProcessor
-
Processes the given closed line location.
- process(RawLocationReference) - Method in class openlr.utils.locref.LocationReferenceProcessor
-
Processes the given location reference.
- process(RawLineLocRef) - Method in class openlr.utils.locref.LocationReferenceProcessor
-
Processes the given line location reference.
- process(RawGeoCoordLocRef) - Method in class openlr.utils.locref.LocationReferenceProcessor
-
Processes the given geo coordinate location reference.
- process(RawPointAlongLocRef) - Method in class openlr.utils.locref.LocationReferenceProcessor
-
Processes the given point along line location reference.
- process(RawPoiAccessLocRef) - Method in class openlr.utils.locref.LocationReferenceProcessor
-
Processes the given POI with access point location reference.
- process(RawRectangleLocRef) - Method in class openlr.utils.locref.LocationReferenceProcessor
-
Processes the given rectangle location reference.
- process(RawPolygonLocRef) - Method in class openlr.utils.locref.LocationReferenceProcessor
-
Processes the given polygon location reference.
- process(RawCircleLocRef) - Method in class openlr.utils.locref.LocationReferenceProcessor
-
Processes the given circle location reference.
- process(RawGridLocRef) - Method in class openlr.utils.locref.LocationReferenceProcessor
-
Processes the given grid location reference.
- process(RawClosedLineLocRef) - Method in class openlr.utils.locref.LocationReferenceProcessor
-
Processes the given closed line location reference.
- processUnknown(Location) - Method in class openlr.utils.location.LocationProcessor
-
Processes the case of location of type
UNKNOWN.
- processUnknown(RawLocationReference) - Method in class openlr.utils.locref.LocationReferenceProcessor
-
Processes the case of location location of type
UNKNOWN.
- PropertyType - Enum in openlr.properties
-
The Enum PropertyType.
- put(int, int) - Method in class cern.colt.map.AbstractIntIntMap
-
Associates the given key with the given value.
- put(int, Object) - Method in class cern.colt.map.AbstractIntObjectMap
-
Associates the given key with the given value.
- put(long, Object) - Method in class cern.colt.map.AbstractLongObjectMap
-
Associates the given key with the given value.
- put(int, int) - Method in class cern.colt.map.OpenIntIntHashMap
-
Associates the given key with the given value.
- put(int, Object) - Method in class cern.colt.map.OpenIntObjectHashMap
-
Associates the given key with the given value.
- put(long, Object) - Method in class cern.colt.map.OpenLongObjectHashMap
-
Associates the given key with the given value.
- put(long) - Method in class openlr.collection.OpenLongHashSet
-
Associates the given key with the given value.
- put(long, int) - Method in class openlr.collection.OpenLongIntHashMap
-
Associates the given key with the given value.
- RandomEngine - Class in cern.jet.random.engine
-
Abstract base class for uniform pseudo-random number generating engines.
- RandomEngine() - Constructor for class cern.jet.random.engine.RandomEngine
-
Makes this class non instantiable, but still let's others inherit from it.
- randomGenerator - Variable in class cern.jet.random.AbstractDistribution
-
- raw() - Method in class cern.jet.random.engine.RandomEngine
-
Returns a 32 bit uniformly distributed random number in the open unit interval (0.0,1.0) (excluding 0.0 and 1.0).
- RawCircleLocRef - Class in openlr.rawLocRef
-
Implementation of the RawLocationReference interface for circle locations.
- RawCircleLocRef(String, GeoCoordinates, long) - Constructor for class openlr.rawLocRef.RawCircleLocRef
-
Instantiates a new raw encoder location reference for a circle location.
- RawClosedLineLocRef - Class in openlr.rawLocRef
-
Implementation of the RawLocationReference interface for closed line locations.
- RawClosedLineLocRef(String, List<? extends LocationReferencePoint>) - Constructor for class openlr.rawLocRef.RawClosedLineLocRef
-
Instantiates a new raw encoder location reference for a closed line location.
- RawGeoCoordLocRef - Class in openlr.rawLocRef
-
Implementation of the RawLocationReference interface for geo coordinate locations.
- RawGeoCoordLocRef(String, GeoCoordinates) - Constructor for class openlr.rawLocRef.RawGeoCoordLocRef
-
Instantiates a new raw encoder location reference for a GeoCoordinate location.
- RawGridLocRef - Class in openlr.rawLocRef
-
Implementation of the RawLocationReference interface for grid locations.
- RawGridLocRef(String, GeoCoordinates, GeoCoordinates, int, int) - Constructor for class openlr.rawLocRef.RawGridLocRef
-
Instantiates a new raw encoder location reference for a grid location.
- RawInvalidLocRef - Class in openlr.rawLocRef
-
Implementation of the raw location reference interface for an
invalid location
- RawInvalidLocRef(String, StatusCode) - Constructor for class openlr.rawLocRef.RawInvalidLocRef
-
Instantiates a new raw location reference.
- RawInvalidLocRef(String, StatusCode, LocationType) - Constructor for class openlr.rawLocRef.RawInvalidLocRef
-
Instantiates a new raw location reference.
- RawLineLocRef - Class in openlr.rawLocRef
-
Implementation of the RawLocationReference interface for line locations.
- RawLineLocRef(String, List<? extends LocationReferencePoint>, Offsets) - Constructor for class openlr.rawLocRef.RawLineLocRef
-
Instantiates a new raw encoder location reference for a line location.
- RawLocationReference - Class in openlr.rawLocRef
-
A raw location reference represents an intermediate format of a location
reference used by the encoder and decoder.
- RawLocationReference(String, LocationType, StatusCode) - Constructor for class openlr.rawLocRef.RawLocationReference
-
Instantiates a new raw location reference.
- RawLocationReference(String, LocationType) - Constructor for class openlr.rawLocRef.RawLocationReference
-
Instantiates a new raw location reference.
- RawPoiAccessLocRef - Class in openlr.rawLocRef
-
Implementation of the RawLocationReference interface for poi with access point locations.
- RawPoiAccessLocRef(String, LocationReferencePoint, LocationReferencePoint, Offsets, GeoCoordinates, SideOfRoad, Orientation) - Constructor for class openlr.rawLocRef.RawPoiAccessLocRef
-
Instantiates a new raw encoder location reference for a poi with
access point location.
- RawPointAlongLocRef - Class in openlr.rawLocRef
-
Implementation of the RawLocationReference interface for point along line locations.
- RawPointAlongLocRef(String, LocationReferencePoint, LocationReferencePoint, Offsets, SideOfRoad, Orientation) - Constructor for class openlr.rawLocRef.RawPointAlongLocRef
-
Instantiates a new raw encoder location reference for a point along line
location.
- RawPointLocRef - Class in openlr.rawLocRef
-
Abstract class for point locations.
- RawPointLocRef(String, LocationType, LocationReferencePoint, LocationReferencePoint, Offsets, SideOfRoad, Orientation) - Constructor for class openlr.rawLocRef.RawPointLocRef
-
Instantiates a new raw point loc ref.
- RawPolygonLocRef - Class in openlr.rawLocRef
-
Implementation of the RawLocationReference interface for rectangle locations.
- RawPolygonLocRef(String, List<? extends GeoCoordinates>) - Constructor for class openlr.rawLocRef.RawPolygonLocRef
-
Instantiates a new raw encoder location reference for a polygon
location.
- RawRectangleLocRef - Class in openlr.rawLocRef
-
Implementation of the RawLocationReference interface for rectangle locations.
- RawRectangleLocRef(String, GeoCoordinates, GeoCoordinates) - Constructor for class openlr.rawLocRef.RawRectangleLocRef
-
Instantiates a new raw encoder location reference for a rectangle
location.
- readLocationString(String, String[], MapDatabase) - Method in class openlr.location.utils.worker.AbstractRW
-
Read location string.
- readLocationString(String, String[], MapDatabase) - Method in class openlr.location.utils.worker.CircleRW
-
Read location string.
- readLocationString(String, String[], MapDatabase) - Method in class openlr.location.utils.worker.ClosedLineRW
-
Read location string.
- readLocationString(String, String[], MapDatabase) - Method in class openlr.location.utils.worker.GeoCoordRW
-
Read location string.
- readLocationString(String, String[], MapDatabase) - Method in class openlr.location.utils.worker.GridRW
-
Read location string.
- readLocationString(String, String[], MapDatabase) - Method in class openlr.location.utils.worker.LineRW
-
Read location string.
- readLocationString(String, String[], MapDatabase) - Method in class openlr.location.utils.worker.PoiAccessRW
-
Read location string.
- readLocationString(String, String[], MapDatabase) - Method in class openlr.location.utils.worker.PointAlongRW
-
Read location string.
- readLocationString(String, String[], MapDatabase) - Method in class openlr.location.utils.worker.PolygonRW
-
Read location string.
- readLocationString(String, String[], MapDatabase) - Method in class openlr.location.utils.worker.RectangleRW
-
Read location string.
- RECTANGLE_MARKER - Static variable in class openlr.location.utils.LocationDataConstants
-
The Constant RECTANGLE_MARKER.
- RectangleLocation - Class in openlr.location
-
Implementation of the location interface for rectangle locations.
- RectangleLocation(String, double, double, double, double) - Constructor for class openlr.location.RectangleLocation
-
Instantiates a new rectangle area location.
- RectangleLocation(RectangleLocation) - Constructor for class openlr.location.RectangleLocation
-
Instantiates a copy of location l.
- RectangleRW - Class in openlr.location.utils.worker
-
Location reader and writer.
- RectangleRW() - Constructor for class openlr.location.utils.worker.RectangleRW
-
- REGEX_FEATURE_DELIMITER - Static variable in class openlr.location.utils.LocationDataConstants
-
The regular expression used to split features of a read location
- REGEX_PART_DELIMITER - Static variable in class openlr.location.utils.LocationDataConstants
-
The regular expression used to split parts of a read location
- rehash(int) - Method in class cern.colt.map.OpenIntIntHashMap
-
Rehashes the contents of the receiver into a new table
with a smaller or larger capacity.
- rehash(int) - Method in class cern.colt.map.OpenIntObjectHashMap
-
Rehashes the contents of the receiver into a new table
with a smaller or larger capacity.
- rehash(int) - Method in class cern.colt.map.OpenLongObjectHashMap
-
Rehashes the contents of the receiver into a new table
with a smaller or larger capacity.
- rehash(int) - Method in class openlr.collection.OpenLongHashSet
-
Rehashes the contents of the receiver into a new table with a smaller or
larger capacity.
- rehash(int) - Method in class openlr.collection.OpenLongIntHashMap
-
Rehashes the contents of the receiver into a new table with a smaller or
larger capacity.
- remove(int) - Method in class cern.colt.list.AbstractList
-
Removes the element at the specified position from the receiver.
- remove() - Method in class openlr.location.utils.LocationDataIterator
-
Not supported by this iterator.
- removeAll(AbstractByteList) - Method in class cern.colt.list.AbstractByteList
-
Removes from the receiver all elements that are contained in the specified list.
- removeAll(AbstractDoubleList) - Method in class cern.colt.list.AbstractDoubleList
-
Removes from the receiver all elements that are contained in the specified list.
- removeAll(AbstractFloatList) - Method in class cern.colt.list.AbstractFloatList
-
Removes from the receiver all elements that are contained in the specified list.
- removeAll(AbstractIntList) - Method in class cern.colt.list.AbstractIntList
-
Removes from the receiver all elements that are contained in the specified list.
- removeAll(AbstractLongList) - Method in class cern.colt.list.AbstractLongList
-
Removes from the receiver all elements that are contained in the specified list.
- removeAll(AbstractByteList) - Method in class cern.colt.list.ByteArrayList
-
Removes from the receiver all elements that are contained in the specified list.
- removeAll(AbstractDoubleList) - Method in class cern.colt.list.DoubleArrayList
-
Removes from the receiver all elements that are contained in the specified list.
- removeAll(AbstractFloatList) - Method in class cern.colt.list.FloatArrayList
-
Removes from the receiver all elements that are contained in the specified list.
- removeAll(AbstractIntList) - Method in class cern.colt.list.IntArrayList
-
Removes from the receiver all elements that are contained in the specified list.
- removeAll(AbstractLongList) - Method in class cern.colt.list.LongArrayList
-
Removes from the receiver all elements that are contained in the specified list.
- removeAll(ObjectArrayList, boolean) - Method in class cern.colt.list.ObjectArrayList
-
Removes from the receiver all elements that are contained in the specified list.
- REMOVED - Static variable in class cern.colt.map.OpenIntIntHashMap
-
- REMOVED - Static variable in class cern.colt.map.OpenIntObjectHashMap
-
- REMOVED - Static variable in class cern.colt.map.OpenLongObjectHashMap
-
- REMOVED - Static variable in class openlr.collection.OpenAbstractCollection
-
The Constant REMOVED.
- removeFromTo(int, int) - Method in class cern.colt.list.AbstractByteList
-
Removes from the receiver all elements whose index is between
from, inclusive and to, inclusive.
- removeFromTo(int, int) - Method in class cern.colt.list.AbstractDoubleList
-
Removes from the receiver all elements whose index is between
from, inclusive and to, inclusive.
- removeFromTo(int, int) - Method in class cern.colt.list.AbstractFloatList
-
Removes from the receiver all elements whose index is between
from, inclusive and to, inclusive.
- removeFromTo(int, int) - Method in class cern.colt.list.AbstractIntList
-
Removes from the receiver all elements whose index is between
from, inclusive and to, inclusive.
- removeFromTo(int, int) - Method in class cern.colt.list.AbstractList
-
Removes from the receiver all elements whose index is between
from, inclusive and to, inclusive.
- removeFromTo(int, int) - Method in class cern.colt.list.AbstractLongList
-
Removes from the receiver all elements whose index is between
from, inclusive and to, inclusive.
- removeFromTo(int, int) - Method in class cern.colt.list.ObjectArrayList
-
Removes from the receiver all elements whose index is between
from, inclusive and to, inclusive.
- removeKey(int) - Method in class cern.colt.map.AbstractIntIntMap
-
Removes the given key with its associated element from the receiver, if present.
- removeKey(int) - Method in class cern.colt.map.AbstractIntObjectMap
-
Removes the given key with its associated element from the receiver, if present.
- removeKey(long) - Method in class cern.colt.map.AbstractLongObjectMap
-
Removes the given key with its associated element from the receiver, if present.
- removeKey(int) - Method in class cern.colt.map.OpenIntIntHashMap
-
Removes the given key with its associated element from the receiver, if present.
- removeKey(int) - Method in class cern.colt.map.OpenIntObjectHashMap
-
Removes the given key with its associated element from the receiver, if present.
- removeKey(long) - Method in class cern.colt.map.OpenLongObjectHashMap
-
Removes the given key with its associated element from the receiver, if present.
- removeKey(long) - Method in class openlr.collection.OpenLongHashSet
-
Removes the given key with its associated element from the receiver, if
present.
- removeKey(long) - Method in class openlr.collection.OpenLongIntHashMap
-
Removes the given key with its associated element from the receiver, if
present.
- replaceFromToWithFrom(int, int, AbstractByteList, int) - Method in class cern.colt.list.AbstractByteList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFrom(int, int, AbstractDoubleList, int) - Method in class cern.colt.list.AbstractDoubleList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFrom(int, int, AbstractFloatList, int) - Method in class cern.colt.list.AbstractFloatList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFrom(int, int, AbstractIntList, int) - Method in class cern.colt.list.AbstractIntList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFrom(int, int, AbstractLongList, int) - Method in class cern.colt.list.AbstractLongList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFrom(int, int, AbstractByteList, int) - Method in class cern.colt.list.ByteArrayList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFrom(int, int, AbstractDoubleList, int) - Method in class cern.colt.list.DoubleArrayList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFrom(int, int, AbstractFloatList, int) - Method in class cern.colt.list.FloatArrayList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFrom(int, int, AbstractIntList, int) - Method in class cern.colt.list.IntArrayList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFrom(int, int, AbstractLongList, int) - Method in class cern.colt.list.LongArrayList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFrom(int, int, ObjectArrayList, int) - Method in class cern.colt.list.ObjectArrayList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFromTo(int, int, AbstractByteList, int, int) - Method in class cern.colt.list.AbstractByteList
-
Replaces the part between from (inclusive) and to (inclusive) with the other list's
part between otherFrom and otherTo.
- replaceFromToWithFromTo(int, int, AbstractDoubleList, int, int) - Method in class cern.colt.list.AbstractDoubleList
-
Replaces the part between from (inclusive) and to (inclusive) with the other list's
part between otherFrom and otherTo.
- replaceFromToWithFromTo(int, int, AbstractFloatList, int, int) - Method in class cern.colt.list.AbstractFloatList
-
Replaces the part between from (inclusive) and to (inclusive) with the other list's
part between otherFrom and otherTo.
- replaceFromToWithFromTo(int, int, AbstractIntList, int, int) - Method in class cern.colt.list.AbstractIntList
-
Replaces the part between from (inclusive) and to (inclusive) with the other list's
part between otherFrom and otherTo.
- replaceFromToWithFromTo(int, int, AbstractLongList, int, int) - Method in class cern.colt.list.AbstractLongList
-
Replaces the part between from (inclusive) and to (inclusive) with the other list's
part between otherFrom and otherTo.
- replaceFromToWithFromTo(int, int, ObjectArrayList, int, int) - Method in class cern.colt.list.ObjectArrayList
-
Replaces the part between from (inclusive) and to (inclusive) with the other list's
part between otherFrom and otherTo.
- replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractByteList
-
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
- replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractDoubleList
-
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
- replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractFloatList
-
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
- replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractIntList
-
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
- replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractList
-
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
- replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractLongList
-
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
- replaceFromWith(int, Collection) - Method in class cern.colt.list.ObjectArrayList
-
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
- REQUIRED_PARTS - Static variable in class openlr.location.utils.LocationDataConstants
-
The Constant REQUIRED_PARTS.
- reset() - Method in class openlr.location.utils.LocationDataIterator
-
Resets the iterator to the start position.
- resolveDataLine(String, MapDatabase, LocationData) - Static method in class openlr.location.utils.LocationDataReader
-
Resolve data line.
- retainAll(AbstractByteList) - Method in class cern.colt.list.AbstractByteList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- retainAll(AbstractDoubleList) - Method in class cern.colt.list.AbstractDoubleList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- retainAll(AbstractFloatList) - Method in class cern.colt.list.AbstractFloatList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- retainAll(AbstractIntList) - Method in class cern.colt.list.AbstractIntList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- retainAll(AbstractLongList) - Method in class cern.colt.list.AbstractLongList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- retainAll(AbstractByteList) - Method in class cern.colt.list.ByteArrayList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- retainAll(AbstractDoubleList) - Method in class cern.colt.list.DoubleArrayList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- retainAll(AbstractFloatList) - Method in class cern.colt.list.FloatArrayList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- retainAll(AbstractIntList) - Method in class cern.colt.list.IntArrayList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- retainAll(AbstractLongList) - Method in class cern.colt.list.LongArrayList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- retainAll(ObjectArrayList, boolean) - Method in class cern.colt.list.ObjectArrayList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- returnCode - Variable in class openlr.rawLocRef.RawLocationReference
-
The return code.
- reverse() - Method in class cern.colt.list.AbstractByteList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.AbstractDoubleList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.AbstractFloatList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.AbstractIntList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.AbstractList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.AbstractLongList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.ByteArrayList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.DoubleArrayList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.FloatArrayList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.IntArrayList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.LongArrayList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.ObjectArrayList
-
Reverses the elements of the receiver.
- serialVersionUID - Static variable in class cern.colt.PersistentObject
-
- set(int, byte) - Method in class cern.colt.list.AbstractByteList
-
Replaces the element at the specified position in the receiver with the specified element.
- set(int, double) - Method in class cern.colt.list.AbstractDoubleList
-
Replaces the element at the specified position in the receiver with the specified element.
- set(int, float) - Method in class cern.colt.list.AbstractFloatList
-
Replaces the element at the specified position in the receiver with the specified element.
- set(int, int) - Method in class cern.colt.list.AbstractIntList
-
Replaces the element at the specified position in the receiver with the specified element.
- set(int, long) - Method in class cern.colt.list.AbstractLongList
-
Replaces the element at the specified position in the receiver with the specified element.
- set(int, byte) - Method in class cern.colt.list.ByteArrayList
-
Replaces the element at the specified position in the receiver with the specified element.
- set(int, double) - Method in class cern.colt.list.DoubleArrayList
-
Replaces the element at the specified position in the receiver with the specified element.
- set(int, float) - Method in class cern.colt.list.FloatArrayList
-
Replaces the element at the specified position in the receiver with the specified element.
- set(int, int) - Method in class cern.colt.list.IntArrayList
-
Replaces the element at the specified position in the receiver with the specified element.
- set(int, long) - Method in class cern.colt.list.LongArrayList
-
Replaces the element at the specified position in the receiver with the specified element.
- set(int, Object) - Method in class cern.colt.list.ObjectArrayList
-
Replaces the element at the specified position in the receiver with the specified element.
- set(Location) - Method in class openlr.location.utils.LocationDataIterator
-
Not supported by this iterator.
- setCurrent(int) - Method in class openlr.location.utils.LocationDataIterator
-
Sets the pointer to a specific location index.
- setQuick(int, byte) - Method in class cern.colt.list.AbstractByteList
-
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
- setQuick(int, double) - Method in class cern.colt.list.AbstractDoubleList
-
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
- setQuick(int, float) - Method in class cern.colt.list.AbstractFloatList
-
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
- setQuick(int, int) - Method in class cern.colt.list.AbstractIntList
-
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
- setQuick(int, long) - Method in class cern.colt.list.AbstractLongList
-
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
- setQuick(int, byte) - Method in class cern.colt.list.ByteArrayList
-
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
- setQuick(int, double) - Method in class cern.colt.list.DoubleArrayList
-
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
- setQuick(int, float) - Method in class cern.colt.list.FloatArrayList
-
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
- setQuick(int, int) - Method in class cern.colt.list.IntArrayList
-
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
- setQuick(int, long) - Method in class cern.colt.list.LongArrayList
-
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
- setQuick(int, Object) - Method in class cern.colt.list.ObjectArrayList
-
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
- setRandomGenerator(RandomEngine) - Method in class cern.jet.random.AbstractDistribution
-
Sets the uniform random generator internally used.
- setSeed(int) - Method in class cern.jet.random.engine.DRand
-
Sets the receiver's seed.
- setSeed(int) - Method in class cern.jet.random.engine.MersenneTwister
-
Sets the receiver's seed.
- setSize(int) - Method in class cern.colt.list.AbstractList
-
Sets the size of the receiver.
- setSizeRaw(int) - Method in class cern.colt.list.AbstractByteList
-
Sets the size of the receiver without modifying it otherwise.
- setSizeRaw(int) - Method in class cern.colt.list.AbstractDoubleList
-
Sets the size of the receiver without modifying it otherwise.
- setSizeRaw(int) - Method in class cern.colt.list.AbstractFloatList
-
Sets the size of the receiver without modifying it otherwise.
- setSizeRaw(int) - Method in class cern.colt.list.AbstractIntList
-
Sets the size of the receiver without modifying it otherwise.
- setSizeRaw(int) - Method in class cern.colt.list.AbstractLongList
-
Sets the size of the receiver without modifying it otherwise.
- setState(double, double) - Method in class cern.jet.random.Uniform
-
Sets the internal state.
- setUp(int, double, double) - Method in class cern.colt.map.AbstractMap
-
Initializes the receiver.
- setUp(int, double, double) - Method in class cern.colt.map.OpenIntIntHashMap
-
Initializes the receiver.
- setUp(int, double, double) - Method in class cern.colt.map.OpenIntObjectHashMap
-
Initializes the receiver.
- setUp(int, double, double) - Method in class cern.colt.map.OpenLongObjectHashMap
-
Initializes the receiver.
- setUp(int, double, double) - Method in class openlr.collection.OpenLongHashSet
-
Initializes the receiver.
- setUp(int, double, double) - Method in class openlr.collection.OpenLongIntHashMap
-
Initializes the receiver.
- shared - Static variable in class cern.jet.random.Uniform
-
- ShortComparator - Interface in cern.colt.function
-
A comparison function which imposes a total ordering on some
collection of elements.
- shuffle() - Method in class cern.colt.list.AbstractList
-
Randomly permutes the receiver.
- shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractByteList
-
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
- shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractDoubleList
-
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
- shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractFloatList
-
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
- shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractIntList
-
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
- shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractList
-
Randomly permutes the receiver between from (inclusive) and to (inclusive).
- shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractLongList
-
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
- shuffleFromTo(int, int) - Method in class cern.colt.list.ByteArrayList
-
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
- shuffleFromTo(int, int) - Method in class cern.colt.list.DoubleArrayList
-
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
- shuffleFromTo(int, int) - Method in class cern.colt.list.FloatArrayList
-
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
- shuffleFromTo(int, int) - Method in class cern.colt.list.IntArrayList
-
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
- shuffleFromTo(int, int) - Method in class cern.colt.list.LongArrayList
-
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
- shuffleFromTo(int, int) - Method in class cern.colt.list.ObjectArrayList
-
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
- SideOfRoad - Enum in openlr.location.data
-
The enumeration SideOfRoad defines on which side of the road a point location
can be.
- sideOfRoad - Variable in class openlr.location.PointLocation
-
The side of road.
- sideOfRoad - Variable in class openlr.rawLocRef.RawPointLocRef
-
The side of road.
- size - Variable in class cern.colt.list.AbstractByteList
-
The size of the list.
- size() - Method in class cern.colt.list.AbstractByteList
-
Returns the number of elements contained in the receiver.
- size() - Method in class cern.colt.list.AbstractCollection
-
Returns the number of elements contained in the receiver.
- size - Variable in class cern.colt.list.AbstractDoubleList
-
The size of the list.
- size() - Method in class cern.colt.list.AbstractDoubleList
-
Returns the number of elements contained in the receiver.
- size - Variable in class cern.colt.list.AbstractFloatList
-
The size of the list.
- size() - Method in class cern.colt.list.AbstractFloatList
-
Returns the number of elements contained in the receiver.
- size - Variable in class cern.colt.list.AbstractIntList
-
The size of the list.
- size() - Method in class cern.colt.list.AbstractIntList
-
Returns the number of elements contained in the receiver.
- size - Variable in class cern.colt.list.AbstractLongList
-
The size of the list.
- size() - Method in class cern.colt.list.AbstractLongList
-
Returns the number of elements contained in the receiver.
- size - Variable in class cern.colt.list.ObjectArrayList
-
The size of the list.
- size() - Method in class cern.colt.list.ObjectArrayList
-
Returns the number of elements contained in the receiver.
- size() - Method in class cern.colt.map.AbstractMap
-
Returns the number of (key,value) associations currently contained.
- size() - Method in class openlr.location.utils.LocationDataIterator
-
Number of locations.
- sort() - Method in class cern.colt.list.AbstractList
-
Sorts the receiver into ascending order.
- sortFromTo(int, int) - Method in class cern.colt.list.AbstractList
-
Sorts the specified range of the receiver into ascending order.
- sortFromTo(int, int) - Method in class cern.colt.list.ByteArrayList
-
Sorts the specified range of the receiver into ascending order.
- sortFromTo(int, int) - Method in class cern.colt.list.IntArrayList
-
Sorts the specified range of the receiver into ascending order.
- sortFromTo(int, int) - Method in class cern.colt.list.LongArrayList
-
Sorts the specified range of the receiver into ascending order.
- Sorting - Class in cern.colt
-
Quicksorts, mergesorts and binary searches; complements java.util.Arrays.
- Sorting() - Constructor for class cern.colt.Sorting
-
Makes this class non instantiable, but still let's others inherit from it.
- SQRTH - Static variable in class cern.jet.math.Constants
-
- SQTPI - Static variable in class cern.jet.math.Constants
-
- state - Variable in class cern.colt.map.OpenIntIntHashMap
-
The state of each hash table entry (FREE, FULL, REMOVED).
- state - Variable in class cern.colt.map.OpenIntObjectHashMap
-
The state of each hash table entry (FREE, FULL, REMOVED).
- state - Variable in class cern.colt.map.OpenLongObjectHashMap
-
The state of each hash table entry (FREE, FULL, REMOVED).
- state - Variable in class openlr.collection.OpenAbstractCollection
-
The state of each hash table entry (FREE, FULL, REMOVED).
- staticNextBoolean() - Static method in class cern.jet.random.Uniform
-
Returns a uniformly distributed random boolean.
- staticNextDouble() - Static method in class cern.jet.random.Uniform
-
Returns a uniformly distributed random number in the open interval (0,1) (excluding 0 and 1).
- staticNextDoubleFromTo(double, double) - Static method in class cern.jet.random.Uniform
-
Returns a uniformly distributed random number in the open interval (from,to) (excluding from and to).
- staticNextFloatFromTo(float, float) - Static method in class cern.jet.random.Uniform
-
Returns a uniformly distributed random number in the open interval (from,to) (excluding from and to).
- staticNextIntFromTo(int, int) - Static method in class cern.jet.random.Uniform
-
Returns a uniformly distributed random number in the closed interval [from,to] (including from and to).
- staticNextLongFromTo(long, long) - Static method in class cern.jet.random.Uniform
-
Returns a uniformly distributed random number in the closed interval [from,to] (including from and to).
- staticSetRandomEngine(RandomEngine) - Static method in class cern.jet.random.Uniform
-
Sets the uniform random number generation engine shared by all static methods.
- statistics(int, int) - Static method in class cern.colt.map.PrimeFinder
-
Tests correctness.
- StatusCode - Interface in openlr
-
The interface ReturnCodes defines the return codes of the encoding and decoding process.
- stirlingCorrection(int) - Static method in class cern.jet.math.Arithmetic
-
Returns the StirlingCorrection.
- storeResult(RawLocationReference, Location) - Method in interface openlr.decoder.LocationDatabase
-
Store the location and its location reference
- storeResult(Location, LocationReferenceHolder) - Method in interface openlr.encoder.LRDatabase
-
Store the location and its location reference
- swap(int, int) - Method in interface cern.colt.Swapper
-
Swaps the generic data g[a] with g[b].
- Swapper - Interface in cern.colt
-
Interface for an object that knows how to swap elements at two positions (a,b).
- table - Variable in class cern.colt.map.OpenIntIntHashMap
-
The hash table keys.
- table - Variable in class cern.colt.map.OpenIntObjectHashMap
-
The hash table keys.
- table - Variable in class cern.colt.map.OpenLongObjectHashMap
-
The hash table keys.
- table - Variable in class openlr.collection.OpenAbstractCollection
-
The hash table keys.
- times(int) - Method in class cern.colt.list.AbstractByteList
-
Returns a list which is a concatenation of times times the receiver.
- times(int) - Method in class cern.colt.list.AbstractDoubleList
-
Returns a list which is a concatenation of times times the receiver.
- times(int) - Method in class cern.colt.list.AbstractFloatList
-
Returns a list which is a concatenation of times times the receiver.
- times(int) - Method in class cern.colt.list.AbstractIntList
-
Returns a list which is a concatenation of times times the receiver.
- times(int) - Method in class cern.colt.list.AbstractLongList
-
Returns a list which is a concatenation of times times the receiver.
- times(int) - Method in class cern.colt.list.ObjectArrayList
-
Returns a list which is a concatenation of times times the receiver.
- toArray(Object[]) - Method in class cern.colt.list.ObjectArrayList
-
Returns an array containing all of the elements in the receiver in the
correct order.
- toList() - Method in class cern.colt.list.AbstractByteList
-
Returns a java.util.ArrayList containing all the elements in the receiver.
- toList() - Method in class cern.colt.list.AbstractCollection
-
Returns a java.util.ArrayList containing all the elements in the receiver.
- toList() - Method in class cern.colt.list.AbstractDoubleList
-
Returns a java.util.ArrayList containing all the elements in the receiver.
- toList() - Method in class cern.colt.list.AbstractFloatList
-
Returns a java.util.ArrayList containing all the elements in the receiver.
- toList() - Method in class cern.colt.list.AbstractIntList
-
Returns a java.util.ArrayList containing all the elements in the receiver.
- toList() - Method in class cern.colt.list.AbstractLongList
-
Returns a java.util.ArrayList containing all the elements in the receiver.
- toList() - Method in class cern.colt.list.ObjectArrayList
-
Returns a java.util.ArrayList containing all the elements in the receiver.
- toStream(OutputStream) - Method in interface openlr.LocationReference
-
Writes the location reference data to the provided stream.
- toString(byte[]) - Static method in class cern.colt.Arrays
-
Returns a string representation of the specified array.
- toString(char[]) - Static method in class cern.colt.Arrays
-
Returns a string representation of the specified array.
- toString(double[]) - Static method in class cern.colt.Arrays
-
Returns a string representation of the specified array.
- toString(float[]) - Static method in class cern.colt.Arrays
-
Returns a string representation of the specified array.
- toString(int[]) - Static method in class cern.colt.Arrays
-
Returns a string representation of the specified array.
- toString(long[]) - Static method in class cern.colt.Arrays
-
Returns a string representation of the specified array.
- toString(Object[]) - Static method in class cern.colt.Arrays
-
Returns a string representation of the specified array.
- toString(short[]) - Static method in class cern.colt.Arrays
-
Returns a string representation of the specified array.
- toString(boolean[]) - Static method in class cern.colt.Arrays
-
Returns a string representation of the specified array.
- toString() - Method in class cern.colt.list.AbstractByteList
-
Returns a string representation of the receiver, containing
the String representation of each element.
- toString() - Method in class cern.colt.list.AbstractCollection
-
Returns a string representation of the receiver, containing
the String representation of each element.
- toString() - Method in class cern.colt.list.AbstractDoubleList
-
Returns a string representation of the receiver, containing
the String representation of each element.
- toString() - Method in class cern.colt.list.AbstractFloatList
-
Returns a string representation of the receiver, containing
the String representation of each element.
- toString() - Method in class cern.colt.list.AbstractIntList
-
Returns a string representation of the receiver, containing
the String representation of each element.
- toString() - Method in class cern.colt.list.AbstractLongList
-
Returns a string representation of the receiver, containing
the String representation of each element.
- toString() - Method in class cern.colt.list.ObjectArrayList
-
Returns a string representation of the receiver, containing
the String representation of each element.
- toString() - Method in class cern.colt.map.AbstractIntIntMap
-
Returns a string representation of the receiver, containing
the String representation of each key-value pair, sorted ascending by key.
- toString() - Method in class cern.colt.map.AbstractIntObjectMap
-
Returns a string representation of the receiver, containing
the String representation of each key-value pair, sorted ascending by key.
- toString() - Method in class cern.colt.map.AbstractLongObjectMap
-
Returns a string representation of the receiver, containing
the String representation of each key-value pair, sorted ascending by key.
- toString() - Method in class cern.jet.random.Uniform
-
Returns a String representation of the receiver.
- toString() - Method in class openlr.location.CircleLocation
- toString() - Method in class openlr.location.ClosedLineLocation
- toString() - Method in class openlr.location.GeoCoordLocation
- toString() - Method in class openlr.location.GridLocation
- toString() - Method in class openlr.location.InvalidLocation
- toString() - Method in class openlr.location.LineLocation
- toString() - Method in class openlr.location.PoiAccessLocation
- toString() - Method in class openlr.location.PointAlongLocation
- toString() - Method in class openlr.location.PolygonLocation
- toString() - Method in class openlr.location.RectangleLocation
- toString() - Method in class openlr.location.utils.LocationData
- toString() - Method in exception openlr.OpenLRProcessingException
-
This implementation additional delivers the return coder data of the OpenLRProcessingException.
- toString() - Method in class openlr.rawLocRef.RawCircleLocRef
- toString() - Method in class openlr.rawLocRef.RawClosedLineLocRef
- toString() - Method in class openlr.rawLocRef.RawGeoCoordLocRef
- toString() - Method in class openlr.rawLocRef.RawGridLocRef
- toString() - Method in class openlr.rawLocRef.RawInvalidLocRef
- toString() - Method in class openlr.rawLocRef.RawLineLocRef
- toString() - Method in class openlr.rawLocRef.RawPoiAccessLocRef
- toString() - Method in class openlr.rawLocRef.RawPointAlongLocRef
- toString() - Method in class openlr.rawLocRef.RawPolygonLocRef
- toString() - Method in class openlr.rawLocRef.RawRectangleLocRef
- toString() - Method in interface openlr.StatusCode
-
Returns an error description.
- toString() - Method in class openlr.Version
- toStringByValue() - Method in class cern.colt.map.AbstractIntIntMap
-
Returns a string representation of the receiver, containing
the String representation of each key-value pair, sorted ascending by value.
- toStringByValue() - Method in class cern.colt.map.AbstractIntObjectMap
-
Returns a string representation of the receiver, containing
the String representation of each key-value pair, sorted ascending by value, according to natural ordering.
- toStringByValue() - Method in class cern.colt.map.AbstractLongObjectMap
-
Returns a string representation of the receiver, containing
the String representation of each key-value pair, sorted ascending by value, according to natural ordering.
- trimToCapacity(byte[], int) - Static method in class cern.colt.Arrays
-
Ensures that the specified array cannot hold more than maxCapacity elements.
- trimToCapacity(char[], int) - Static method in class cern.colt.Arrays
-
Ensures that the specified array cannot hold more than maxCapacity elements.
- trimToCapacity(double[], int) - Static method in class cern.colt.Arrays
-
Ensures that the specified array cannot hold more than maxCapacity elements.
- trimToCapacity(float[], int) - Static method in class cern.colt.Arrays
-
Ensures that the specified array cannot hold more than maxCapacity elements.
- trimToCapacity(int[], int) - Static method in class cern.colt.Arrays
-
Ensures that the specified array cannot hold more than maxCapacity elements.
- trimToCapacity(long[], int) - Static method in class cern.colt.Arrays
-
Ensures that the specified array cannot hold more than maxCapacity elements.
- trimToCapacity(Object[], int) - Static method in class cern.colt.Arrays
-
Ensures that the specified array cannot hold more than maxCapacity elements.
- trimToCapacity(short[], int) - Static method in class cern.colt.Arrays
-
Ensures that the specified array cannot hold more than maxCapacity elements.
- trimToCapacity(boolean[], int) - Static method in class cern.colt.Arrays
-
Ensures that the specified array cannot hold more than maxCapacity elements.
- trimToSize() - Method in class cern.colt.list.AbstractList
-
Trims the capacity of the receiver to be the receiver's current
size.
- trimToSize() - Method in class cern.colt.list.ByteArrayList
-
Trims the capacity of the receiver to be the receiver's current
size.
- trimToSize() - Method in class cern.colt.list.DoubleArrayList
-
Trims the capacity of the receiver to be the receiver's current
size.
- trimToSize() - Method in class cern.colt.list.FloatArrayList
-
Trims the capacity of the receiver to be the receiver's current
size.
- trimToSize() - Method in class cern.colt.list.IntArrayList
-
Trims the capacity of the receiver to be the receiver's current
size.
- trimToSize() - Method in class cern.colt.list.LongArrayList
-
Trims the capacity of the receiver to be the receiver's current
size.
- trimToSize() - Method in class cern.colt.list.ObjectArrayList
-
Trims the capacity of the receiver to be the receiver's current
size.
- trimToSize() - Method in class cern.colt.map.AbstractMap
-
Trims the capacity of the receiver to be the receiver's current
size.
- trimToSize() - Method in class cern.colt.map.OpenIntIntHashMap
-
Trims the capacity of the receiver to be the receiver's current
size.
- trimToSize() - Method in class cern.colt.map.OpenIntObjectHashMap
-
Trims the capacity of the receiver to be the receiver's current
size.
- trimToSize() - Method in class cern.colt.map.OpenLongObjectHashMap
-
Trims the capacity of the receiver to be the receiver's current
size.
- trimToSize() - Method in class openlr.collection.OpenAbstractCollection
-
Trims the capacity of the receiver to be the receiver's current size.