- accept(T, U) - Method in interface com.opengamma.strata.collect.function.CheckedBiConsumer
-
Performs this operation on the given arguments.
- accept(T) - Method in interface com.opengamma.strata.collect.function.CheckedConsumer
-
Performs this operation on the given argument.
- accept(int, double) - Method in interface com.opengamma.strata.collect.function.IntDoubleConsumer
-
Consumes the values, performing an action.
- accept(int, int) - Method in interface com.opengamma.strata.collect.function.IntIntConsumer
-
Consumes the values, performing an action.
- accept(int, int, double) - Method in interface com.opengamma.strata.collect.function.IntIntDoubleConsumer
-
Consumes the values, performing an action.
- accept(int, long) - Method in interface com.opengamma.strata.collect.function.IntLongConsumer
-
Consumes the values, performing an action.
- accept(T, U, V) - Method in interface com.opengamma.strata.collect.function.TriConsumer
-
Applies this consumer to the given arguments.
- addAllFailures(List<FailureItem>) - Method in class com.opengamma.strata.collect.result.FailureItemsBuilder
-
Adds a list of failures to the list.
- addFailure(FailureItem) - Method in class com.opengamma.strata.collect.result.FailureItemsBuilder
-
Adds a failure to the list.
- allMatch(BiPredicate<? super K, ? super V>) - Method in class com.opengamma.strata.collect.MapStream
-
Returns whether all elements of this stream match the provided predicate.
- allMatch(Predicate<? super Map.Entry<K, V>>) - Method in class com.opengamma.strata.collect.MapStream
-
- allSuccessful(Result<?>...) - Static method in class com.opengamma.strata.collect.result.Result
-
Checks if all the results are successful.
- allSuccessful(Iterable<? extends Result<?>>) - Static method in class com.opengamma.strata.collect.result.Result
-
Checks if all the results are successful.
- alternateNames() - Method in class com.opengamma.strata.collect.named.ExtendedEnum
-
Returns the complete map of alternate name to standard name.
- and(ObjDoublePredicate<? super T>) - Method in interface com.opengamma.strata.collect.function.ObjDoublePredicate
-
Returns a new predicate that returns true if both predicates return true.
- and(ObjIntPredicate<? super T>) - Method in interface com.opengamma.strata.collect.function.ObjIntPredicate
-
Returns a new predicate that returns true if both predicates return true.
- and(ObjLongPredicate<? super T>) - Method in interface com.opengamma.strata.collect.function.ObjLongPredicate
-
Returns a new predicate that returns true if both predicates return true.
- and(TriPredicate<? super T, ? super U, ? super V>) - Method in interface com.opengamma.strata.collect.function.TriPredicate
-
Returns a new predicate that returns true if both predicates return true.
- andThen(Function<? super R, ? extends V>) - Method in interface com.opengamma.strata.collect.function.ObjDoubleFunction
-
Returns a new function that composes this function and the specified function.
- andThen(DoubleUnaryOperator) - Method in interface com.opengamma.strata.collect.function.ObjDoubleToDoubleFunction
-
Returns a new function that composes this function and the specified function.
- andThen(Function<? super R, ? extends V>) - Method in interface com.opengamma.strata.collect.function.ObjIntFunction
-
Returns a new function that composes this function and the specified function.
- andThen(Function<? super R, ? extends V>) - Method in interface com.opengamma.strata.collect.function.ObjLongFunction
-
Returns a new function that composes this function and the specified function.
- andThen(TriConsumer<? super T, ? super U, ? super V>) - Method in interface com.opengamma.strata.collect.function.TriConsumer
-
Returns a new consumer that composes this consumer and the specified consumer.
- andThen(Function<? super R, ? extends S>) - Method in interface com.opengamma.strata.collect.function.TriFunction
-
Returns a new function that composes this function and the specified function.
- anyFailures(Result<?>...) - Static method in class com.opengamma.strata.collect.result.Result
-
Checks if any of the results are failures.
- anyFailures(Iterable<? extends Result<?>>) - Static method in class com.opengamma.strata.collect.result.Result
-
Checks if any of the results are failures.
- anyMatch(BiPredicate<? super K, ? super V>) - Method in class com.opengamma.strata.collect.MapStream
-
Returns whether any elements of this stream match the provided predicate.
- anyMatch(Predicate<? super Map.Entry<K, V>>) - Method in class com.opengamma.strata.collect.MapStream
-
- apply(double[], DoubleUnaryOperator) - Static method in class com.opengamma.strata.collect.DoubleArrayMath
-
Applies an operator to each element in the array, returning a new array.
- apply(T, U) - Method in interface com.opengamma.strata.collect.function.CheckedBiFunction
-
Applies this function to the given arguments.
- apply(T) - Method in interface com.opengamma.strata.collect.function.CheckedFunction
-
Applies this function to the given argument.
- apply(T, double) - Method in interface com.opengamma.strata.collect.function.ObjDoubleFunction
-
Applies the function.
- apply(T, double) - Method in interface com.opengamma.strata.collect.function.ObjDoubleToDoubleFunction
-
Applies the function.
- apply(T, int) - Method in interface com.opengamma.strata.collect.function.ObjIntFunction
-
Applies the function.
- apply(T, long) - Method in interface com.opengamma.strata.collect.function.ObjLongFunction
-
Applies the function.
- apply(T, U, V) - Method in interface com.opengamma.strata.collect.function.TriFunction
-
Applies this function to the given arguments.
- applyAddition(double[], double) - Static method in class com.opengamma.strata.collect.DoubleArrayMath
-
Applies an addition to each element in the array, returning a new array.
- applyAsDouble(double, double, double) - Method in interface com.opengamma.strata.collect.function.DoubleTernaryOperator
-
Applies the function.
- applyAsDouble(int, double) - Method in interface com.opengamma.strata.collect.function.IntDoubleToDoubleFunction
-
Performs an operation on the values.
- applyAsDouble(int, int, double) - Method in interface com.opengamma.strata.collect.function.IntIntDoubleToDoubleFunction
-
Performs an operation on the values.
- applyAsDouble(int, int) - Method in interface com.opengamma.strata.collect.function.IntIntToDoubleFunction
-
Performs an operation on the values.
- applyAsInt(int, int, int) - Method in interface com.opengamma.strata.collect.function.IntTernaryOperator
-
Applies the function.
- applyAsLong(int, long) - Method in interface com.opengamma.strata.collect.function.IntLongToLongFunction
-
Performs an operation on the values.
- applyAsLong(long, long, long) - Method in interface com.opengamma.strata.collect.function.LongTernaryOperator
-
Applies the function.
- applyMultiplication(double[], double) - Static method in class com.opengamma.strata.collect.DoubleArrayMath
-
Applies a multiplication to each element in the array, returning a new array.
- ArgChecker - Class in com.opengamma.strata.collect
-
Contains utility methods for checking inputs to methods.
- array() - Method in class com.opengamma.strata.collect.array.DoubleMatrix.Meta
-
The meta-property for the array property.
- ArrayByteSource - Class in com.opengamma.strata.collect.io
-
A byte source implementation that explicitly wraps a byte array.
- asCharSourceUtf8() - Method in class com.opengamma.strata.collect.io.BeanByteSource
-
Returns a CharSource for the same bytes, converted to UTF-8.
- asCharSourceUtf8UsingBom() - Method in class com.opengamma.strata.collect.io.ArrayByteSource
-
Returns a CharSource for the same bytes, converted to UTF-8 using a Byte-Order Mark if available.
- asCharSourceUtf8UsingBom() - Method in class com.opengamma.strata.collect.io.BeanByteSource
-
Returns a CharSource for the File, converted to UTF-8 using a Byte-Order Mark if available.
- AsciiTable - Class in com.opengamma.strata.collect.io
-
An ASCII table generator.
- AsciiTableAlignment - Enum in com.opengamma.strata.collect.io
-
Alignment of the data within an ASCII table.
- asIterable() - Method in class com.opengamma.strata.collect.io.CsvIterator
-
Returns an Iterable that wraps this iterator.
- asMap() - Method in class com.opengamma.strata.collect.io.IniFile
-
Returns the INI file as a map.
- asMap() - Method in class com.opengamma.strata.collect.io.PropertySet
-
Returns the property set as a map.
- asMultimap() - Method in class com.opengamma.strata.collect.io.PropertySet
-
Returns the property set as a multimap.
- asStream() - Method in class com.opengamma.strata.collect.io.CsvIterator
-
Returns a stream that wraps this iterator.
- attributes() - Method in class com.opengamma.strata.collect.result.FailureItem.Meta
-
The meta-property for the attributes property.
- callerClass(int) - Static method in class com.opengamma.strata.collect.Guavate
-
Finds the caller class.
- casting(Class<R>) - Static method in class com.opengamma.strata.collect.Guavate
-
Function used in a stream to cast instances to a particular type without filtering.
- causeType() - Method in class com.opengamma.strata.collect.result.FailureItem.Meta
-
The meta-property for the causeType property.
- CharSources - Class in com.opengamma.strata.collect.io
-
Helper that allows CharSource objects to be created.
- CheckedBiConsumer<T,U> - Interface in com.opengamma.strata.collect.function
-
A checked version of BiConsumer.
- CheckedBiFunction<T,U,R> - Interface in com.opengamma.strata.collect.function
-
A checked version of BiFunction.
- CheckedBinaryOperator<T> - Interface in com.opengamma.strata.collect.function
-
A checked version of BinaryOperator.
- CheckedBiPredicate<T,U> - Interface in com.opengamma.strata.collect.function
-
A checked version of BiPredicate.
- CheckedConsumer<T> - Interface in com.opengamma.strata.collect.function
-
A checked version of Consumer.
- CheckedFunction<T,R> - Interface in com.opengamma.strata.collect.function
-
A checked version of Function.
- CheckedPredicate<T> - Interface in com.opengamma.strata.collect.function
-
A checked version of Predicate.
- CheckedRunnable - Interface in com.opengamma.strata.collect.function
-
A checked version of Runnable.
- CheckedSupplier<R> - Interface in com.opengamma.strata.collect.function
-
A checked version of Supplier.
- CheckedUnaryOperator<T> - Interface in com.opengamma.strata.collect.function
-
A checked version of UnaryOperator.
- CLASSPATH_URL_PREFIX - Static variable in class com.opengamma.strata.collect.io.ResourceLocator
-
The prefix for classpath resource locators.
- close() - Method in class com.opengamma.strata.collect.concurrent.CloseableExecutor
-
- close() - Method in class com.opengamma.strata.collect.io.CsvIterator
-
Closes the underlying reader.
- close() - Method in class com.opengamma.strata.collect.MapStream
-
- CloseableExecutor - Class in com.opengamma.strata.collect.concurrent
-
AutoCloseable wrapper around an executor.
- collect(Supplier<R>, BiConsumer<R, ? super Map.Entry<K, V>>, BiConsumer<R, R>) - Method in class com.opengamma.strata.collect.MapStream
-
- collect(Collector<? super Map.Entry<K, V>, A, R>) - Method in class com.opengamma.strata.collect.MapStream
-
- collector() - Static method in interface com.opengamma.strata.collect.timeseries.LocalDateDoubleTimeSeries
-
Returns a collector that can be used to create a time-series from a stream of points.
- column(int) - Method in class com.opengamma.strata.collect.array.DoubleMatrix
-
Gets the column at the specified index.
- columnArray(int) - Method in class com.opengamma.strata.collect.array.DoubleMatrix
-
Gets the column at the specified index as an independent array.
- columnCount() - Method in class com.opengamma.strata.collect.array.DoubleMatrix
-
Gets the number of columns of this matrix.
- com.opengamma.strata.collect - package com.opengamma.strata.collect
-
Root package for common data structures used by Strata.
- com.opengamma.strata.collect.array - package com.opengamma.strata.collect.array
-
Array data structures.
- com.opengamma.strata.collect.concurrent - package com.opengamma.strata.collect.concurrent
-
- com.opengamma.strata.collect.function - package com.opengamma.strata.collect.function
-
Additional functional interfaces not supplied by Java SE 8.
- com.opengamma.strata.collect.io - package com.opengamma.strata.collect.io
-
Provides utilities for the management of input and output.
- com.opengamma.strata.collect.named - package com.opengamma.strata.collect.named
-
Named data structures.
- com.opengamma.strata.collect.result - package com.opengamma.strata.collect.result
-
Result data structures.
- com.opengamma.strata.collect.timeseries - package com.opengamma.strata.collect.timeseries
-
Time-series data structures.
- com.opengamma.strata.collect.tuple - package com.opengamma.strata.collect.tuple
-
Tuple data structures.
- combine(DoubleArray, DoubleBinaryOperator) - Method in class com.opengamma.strata.collect.array.DoubleArray
-
Returns an instance where each element is formed by some combination of the matching
values in this array and the other array.
- combine(DoubleMatrix, DoubleBinaryOperator) - Method in class com.opengamma.strata.collect.array.DoubleMatrix
-
Returns an instance where each element is formed by some combination of the matching
values in this matrix and the other matrix.
- combine(IntArray, IntBinaryOperator) - Method in class com.opengamma.strata.collect.array.IntArray
-
Returns an instance where each element is formed by some combination of the matching
values in this array and the other array.
- combine(LongArray, LongBinaryOperator) - Method in class com.opengamma.strata.collect.array.LongArray
-
Returns an instance where each element is formed by some combination of the matching
values in this array and the other array.
- combine(double[], double[], DoubleBinaryOperator) - Static method in class com.opengamma.strata.collect.DoubleArrayMath
-
Combines two arrays, returning an array where each element is the combination of the two matching inputs.
- combine(Iterable<? extends Result<T>>, Function<Stream<T>, R>) - Static method in class com.opengamma.strata.collect.result.Result
-
Takes a collection of results, checks if all of them are successes
and then applies the supplied function to the successes wrapping
the result in a success result.
- combineByAddition(double[], double[]) - Static method in class com.opengamma.strata.collect.DoubleArrayMath
-
Combines two arrays, returning an array where each element is the sum of the two matching inputs.
- combineByMultiplication(double[], double[]) - Static method in class com.opengamma.strata.collect.DoubleArrayMath
-
Combines two arrays, returning an array where each element is the multiplication of the two matching inputs.
- CombinedExtendedEnum<T extends Named> - Class in com.opengamma.strata.collect.named
-
Combines multiple extended enums into one lookup.
- combinedIniFile(String) - Static method in class com.opengamma.strata.collect.io.ResourceConfig
-
Returns a combined INI file formed by merging INI files with the specified name.
- combinedIniFile(List<ResourceLocator>) - Static method in class com.opengamma.strata.collect.io.ResourceConfig
-
Returns a combined INI file formed by merging the specified INI files.
- combinedWith(IniFile) - Method in class com.opengamma.strata.collect.io.IniFile
-
Combines this file with another.
- combinedWith(PropertySet) - Method in class com.opengamma.strata.collect.io.PropertySet
-
Combines this property set with another.
- combinedWith(FailureItems) - Method in class com.opengamma.strata.collect.result.FailureItems
-
Combines these failure items with other failure items.
- combinedWith(FailureItem...) - Method in class com.opengamma.strata.collect.result.FailureItems
-
Combines these failure items with other failure items.
- combinedWith(List<FailureItem>) - Method in class com.opengamma.strata.collect.result.FailureItems
-
Combines these failure items with other failure items.
- combinedWith(ValueWithFailures<U>, BiFunction<T, U, R>) - Method in class com.opengamma.strata.collect.result.ValueWithFailures
-
Combines this instance with another.
- combinedWith(Pair<C, D>, BiFunction<? super A, ? super C, ? extends A>, BiFunction<? super B, ? super D, ? extends B>) - Method in class com.opengamma.strata.collect.tuple.Pair
-
Combines this instance with another.
- combinedWith(Triple<Q, R, S>, BiFunction<? super A, ? super Q, ? extends A>, BiFunction<? super B, ? super R, ? extends B>, BiFunction<? super C, ? super S, ? extends C>) - Method in class com.opengamma.strata.collect.tuple.Triple
-
Combines this instance with another.
- combineFuturesAsList(List<? extends CompletableFuture<? extends T>>) - Static method in class com.opengamma.strata.collect.Guavate
-
Converts a list of futures to a single future, combining the values into a list.
- combineFuturesAsMap(Map<? extends K, ? extends F>) - Static method in class com.opengamma.strata.collect.Guavate
-
Converts a map of futures to a single future.
- combineLenient(double[], double[], DoubleBinaryOperator) - Static method in class com.opengamma.strata.collect.DoubleArrayMath
-
Combines two arrays, returning an array where each element is the combination of the two matching inputs.
- combineMaps(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>) - Static method in class com.opengamma.strata.collect.Guavate
-
Combines two distinct maps into a single map.
- combineMaps(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, BiFunction<? super V, ? super V, ? extends V>) - Static method in class com.opengamma.strata.collect.Guavate
-
Combines two maps into a single map.
- combineReduce(DoubleArray, DoubleTernaryOperator) - Method in class com.opengamma.strata.collect.array.DoubleArray
-
Combines this array and the other array returning a reduced value.
- combineReduce(IntArray, IntTernaryOperator) - Method in class com.opengamma.strata.collect.array.IntArray
-
Combines this array and the other array returning a reduced value.
- combineReduce(LongArray, LongTernaryOperator) - Method in class com.opengamma.strata.collect.array.LongArray
-
Combines this array and the other array returning a reduced value.
- combineValuesAsList(Iterable<? extends ValueWithFailures<? extends T>>) - Static method in class com.opengamma.strata.collect.result.ValueWithFailures
-
Combines separate instances of ValueWithFailure into a single instance,
using a list to collect the values.
- combineValuesAsSet(Iterable<? extends ValueWithFailures<? extends T>>) - Static method in class com.opengamma.strata.collect.result.ValueWithFailures
-
Combines separate instances of ValueWithFailure into a single instance,
using a set to collect the values.
- combineWith(Result<U>, BiFunction<T, U, Result<R>>) - Method in class com.opengamma.strata.collect.result.Result
-
Combines this result with another result.
- combining(BiFunction<? super A, ? super A, ? extends A>, BiFunction<? super B, ? super B, ? extends B>) - Static method in class com.opengamma.strata.collect.tuple.Pair
-
Returns a combiner of pair instances.
- combining(BiFunction<? super A, ? super A, ? extends A>, BiFunction<? super B, ? super B, ? extends B>, BiFunction<? super C, ? super C, ? extends C>) - Static method in class com.opengamma.strata.collect.tuple.Triple
-
Returns a combiner of triple instances.
- combiningValues(BinaryOperator<T>) - Static method in class com.opengamma.strata.collect.result.ValueWithFailures
-
Returns a BinaryOperator that combines ValueWithFailures objects using the provided combiner
function.
- compareTo(LocalDateDoublePoint) - Method in class com.opengamma.strata.collect.timeseries.LocalDateDoublePoint
-
Compares this point to another.
- compareTo(DoublesPair) - Method in class com.opengamma.strata.collect.tuple.DoublesPair
-
Compares the pair based on the first element followed by the second element.
- compareTo(IntDoublePair) - Method in class com.opengamma.strata.collect.tuple.IntDoublePair
-
Compares the pair based on the first element followed by the second element.
- compareTo(LongDoublePair) - Method in class com.opengamma.strata.collect.tuple.LongDoublePair
-
Compares the pair based on the first element followed by the second element.
- compareTo(ObjDoublePair<A>) - Method in class com.opengamma.strata.collect.tuple.ObjDoublePair
-
Compares the pair based on the first element followed by the second element.
- compareTo(ObjIntPair<A>) - Method in class com.opengamma.strata.collect.tuple.ObjIntPair
-
Compares the pair based on the first element followed by the second element.
- compareTo(Pair<A, B>) - Method in class com.opengamma.strata.collect.tuple.Pair
-
Compares the pair based on the first element followed by the second element.
- compareTo(Triple<A, B, C>) - Method in class com.opengamma.strata.collect.tuple.Triple
-
Compares the triple based on the first element followed by the second
element followed by the third element.
- compareTo(T) - Method in class com.opengamma.strata.collect.TypedString
-
Compares this type to another.
- concat(double...) - Method in class com.opengamma.strata.collect.array.DoubleArray
-
Returns an array that combines this array and the specified array.
- concat(DoubleArray) - Method in class com.opengamma.strata.collect.array.DoubleArray
-
Returns an array that combines this array and the specified array.
- concat(int...) - Method in class com.opengamma.strata.collect.array.IntArray
-
Returns an array that combines this array and the specified array.
- concat(IntArray) - Method in class com.opengamma.strata.collect.array.IntArray
-
Returns an array that combines this array and the specified array.
- concat(long...) - Method in class com.opengamma.strata.collect.array.LongArray
-
Returns an array that combines this array and the specified array.
- concat(LongArray) - Method in class com.opengamma.strata.collect.array.LongArray
-
Returns an array that combines this array and the specified array.
- concat(MapStream<? extends K, ? extends V>, MapStream<? extends K, ? extends V>) - Static method in class com.opengamma.strata.collect.MapStream
-
Creates a stream of map entries whose elements are those of the first stream followed by those of the second
stream.
- concatToList(Iterable<? extends T>...) - Static method in class com.opengamma.strata.collect.Guavate
-
Concatenates a number of iterables into a single list.
- concatToSet(Iterable<? extends T>...) - Static method in class com.opengamma.strata.collect.Guavate
-
Concatenates a number of iterables into a single set.
- consumer(CheckedConsumer<T>) - Static method in class com.opengamma.strata.collect.Unchecked
-
Converts checked exceptions to unchecked based on the Consumer interface.
- contains(double) - Method in class com.opengamma.strata.collect.array.DoubleArray
-
Checks if this array contains the specified value.
- contains(int) - Method in class com.opengamma.strata.collect.array.IntArray
-
Checks if this array contains the specified value.
- contains(long) - Method in class com.opengamma.strata.collect.array.LongArray
-
Checks if this array contains the specified value.
- contains(String) - Method in class com.opengamma.strata.collect.io.IniFile
-
Checks if this INI file contains the specified section.
- contains(String) - Method in class com.opengamma.strata.collect.io.PropertySet
-
Checks if this property set contains the specified key.
- containsDate(LocalDate) - Method in interface com.opengamma.strata.collect.timeseries.LocalDateDoubleTimeSeries
-
Checks if this time-series contains a value for the specified date.
- containsHeader(String) - Method in class com.opengamma.strata.collect.io.CsvFile
-
Checks if the header is present in the file.
- containsHeader(Pattern) - Method in class com.opengamma.strata.collect.io.CsvFile
-
Checks if the header pattern is present in the file.
- containsHeader(String) - Method in class com.opengamma.strata.collect.io.CsvIterator
-
Checks if the header is present in the file.
- containsHeader(Pattern) - Method in class com.opengamma.strata.collect.io.CsvIterator
-
Checks if the header pattern is present in the file.
- containsHeaders(Collection<String>) - Method in class com.opengamma.strata.collect.io.CsvFile
-
Checks if the headers are present in the file.
- containsHeaders(Collection<String>) - Method in class com.opengamma.strata.collect.io.CsvIterator
-
Checks if the headers are present in the file.
- contentEquals(ByteSource) - Method in class com.opengamma.strata.collect.io.ArrayByteSource
-
- copyInto(double[], int) - Method in class com.opengamma.strata.collect.array.DoubleArray
-
Copies this array into the specified array.
- copyInto(int[], int) - Method in class com.opengamma.strata.collect.array.IntArray
-
Copies this array into the specified array.
- copyInto(long[], int) - Method in class com.opengamma.strata.collect.array.LongArray
-
Copies this array into the specified array.
- copyOf(Collection<Double>) - Static method in class com.opengamma.strata.collect.array.DoubleArray
-
Obtains an instance from a collection of Double.
- copyOf(double[]) - Static method in class com.opengamma.strata.collect.array.DoubleArray
-
Obtains an instance from an array of double.
- copyOf(double[], int) - Static method in class com.opengamma.strata.collect.array.DoubleArray
-
Obtains an instance by copying part of an array.
- copyOf(double[], int, int) - Static method in class com.opengamma.strata.collect.array.DoubleArray
-
Obtains an instance by copying part of an array.
- copyOf(double[][]) - Static method in class com.opengamma.strata.collect.array.DoubleMatrix
-
Obtains an instance from a double[][].
- copyOf(Collection<Integer>) - Static method in class com.opengamma.strata.collect.array.IntArray
-
Obtains an instance from a collection of Integer.
- copyOf(int[]) - Static method in class com.opengamma.strata.collect.array.IntArray
-
Obtains an instance from an array of int.
- copyOf(int[], int) - Static method in class com.opengamma.strata.collect.array.IntArray
-
Obtains an instance by copying part of an array.
- copyOf(int[], int, int) - Static method in class com.opengamma.strata.collect.array.IntArray
-
Obtains an instance by copying part of an array.
- copyOf(Collection<Long>) - Static method in class com.opengamma.strata.collect.array.LongArray
-
Obtains an instance from a collection of Long.
- copyOf(long[]) - Static method in class com.opengamma.strata.collect.array.LongArray
-
Obtains an instance from an array of long.
- copyOf(long[], int) - Static method in class com.opengamma.strata.collect.array.LongArray
-
Obtains an instance by copying part of an array.
- copyOf(long[], int, int) - Static method in class com.opengamma.strata.collect.array.LongArray
-
Obtains an instance by copying part of an array.
- copyOf(byte[]) - Static method in class com.opengamma.strata.collect.io.ArrayByteSource
-
Obtains an instance, copying the array.
- copyOf(byte[], int) - Static method in class com.opengamma.strata.collect.io.ArrayByteSource
-
Obtains an instance by copying part of an array.
- copyOf(byte[], int, int) - Static method in class com.opengamma.strata.collect.io.ArrayByteSource
-
Obtains an instance by copying part of an array.
- copyTo(OutputStream) - Method in class com.opengamma.strata.collect.io.ArrayByteSource
-
- count() - Method in class com.opengamma.strata.collect.MapStream
-
- countFailures(Result<?>...) - Static method in class com.opengamma.strata.collect.result.Result
-
Counts how many of the results are failures.
- countFailures(Iterable<? extends Result<?>>) - Static method in class com.opengamma.strata.collect.result.Result
-
Counts how many of the results are failures.
- CsvFile - Class in com.opengamma.strata.collect.io
-
A CSV file.
- CsvIterator - Class in com.opengamma.strata.collect.io
-
Iterator over the rows of a CSV file.
- CsvOutput - Class in com.opengamma.strata.collect.io
-
Outputs a CSV formatted file.
- CsvOutput.CsvRowOutputWithHeaders - Class in com.opengamma.strata.collect.io
-
Class used when outputting CSV with headers.
- CsvRow - Class in com.opengamma.strata.collect.io
-
A row in a CSV file.
- elements() - Method in class com.opengamma.strata.collect.tuple.DoublesPair
-
Gets the elements from this pair as a list.
- elements() - Method in class com.opengamma.strata.collect.tuple.IntDoublePair
-
Gets the elements from this pair as a list.
- elements() - Method in class com.opengamma.strata.collect.tuple.LongDoublePair
-
Gets the elements from this pair as a list.
- elements() - Method in class com.opengamma.strata.collect.tuple.ObjDoublePair
-
Gets the elements from this pair as a list.
- elements() - Method in class com.opengamma.strata.collect.tuple.ObjIntPair
-
Gets the elements from this pair as a list.
- elements() - Method in class com.opengamma.strata.collect.tuple.Pair
-
Gets the elements from this pair as a list.
- elements() - Method in class com.opengamma.strata.collect.tuple.Triple
-
Gets the elements from this triple as a list.
- elements() - Method in interface com.opengamma.strata.collect.tuple.Tuple
-
Gets the elements from this tuple as a list.
- EMPTY - Static variable in class com.opengamma.strata.collect.array.DoubleArray
-
An empty array.
- EMPTY - Static variable in class com.opengamma.strata.collect.array.DoubleMatrix
-
An empty array.
- EMPTY - Static variable in class com.opengamma.strata.collect.array.IntArray
-
An empty array.
- EMPTY - Static variable in class com.opengamma.strata.collect.array.LongArray
-
An empty array.
- EMPTY - Static variable in class com.opengamma.strata.collect.io.ArrayByteSource
-
An empty source.
- empty() - Static method in class com.opengamma.strata.collect.io.PropertySet
-
Obtains an empty property set.
- empty() - Static method in class com.opengamma.strata.collect.MapStream
-
Returns an empty map stream.
- EMPTY - Static variable in class com.opengamma.strata.collect.result.FailureItems
-
An empty failure list.
- empty() - Static method in interface com.opengamma.strata.collect.timeseries.LocalDateDoubleTimeSeries
-
Returns an empty time-series.
- EMPTY_DOUBLE_ARRAY - Static variable in class com.opengamma.strata.collect.DoubleArrayMath
-
An empty double array.
- EMPTY_DOUBLE_OBJECT_ARRAY - Static variable in class com.opengamma.strata.collect.DoubleArrayMath
-
An empty Double array.
- ensureOnlyOne() - Static method in class com.opengamma.strata.collect.Guavate
-
Reducer used in a stream to ensure there is no more than one matching element.
- entriesToImmutableMap() - Static method in class com.opengamma.strata.collect.Guavate
-
Collector used at the end of a stream to build an immutable map
from a stream containing map entries.
- entriesToImmutableMap(BiFunction<? super V, ? super V, ? extends V>) - Static method in class com.opengamma.strata.collect.Guavate
-
Collector used at the end of a stream to build an immutable map
from a stream containing map entries which could have duplicate keys.
- entry(K, V) - Static method in class com.opengamma.strata.collect.Guavate
-
Creates a single Map.Entry.
- EnumNames<T extends Enum<T> & NamedEnum> - Class in com.opengamma.strata.collect.named
-
Helper that allows enum names to be created and parsed.
- equals(Object) - Method in class com.opengamma.strata.collect.array.DoubleArray
-
- equals(Object) - Method in class com.opengamma.strata.collect.array.DoubleMatrix
-
- equals(Object) - Method in class com.opengamma.strata.collect.array.IntArray
-
- equals(Object) - Method in class com.opengamma.strata.collect.array.LongArray
-
- equals(Object) - Method in class com.opengamma.strata.collect.io.ArrayByteSource
-
- equals(Object) - Method in class com.opengamma.strata.collect.io.CsvFile
-
Checks if this CSV file equals another.
- equals(Object) - Method in class com.opengamma.strata.collect.io.CsvRow
-
Checks if this CSV file equals another.
- equals(Object) - Method in class com.opengamma.strata.collect.io.FileByteSource
-
- equals(Object) - Method in class com.opengamma.strata.collect.io.IniFile
-
Checks if this INI file equals another.
- equals(Object) - Method in class com.opengamma.strata.collect.io.PropertiesFile
-
Checks if this file equals another.
- equals(Object) - Method in class com.opengamma.strata.collect.io.PropertySet
-
Checks if this property set equals another.
- equals(Object) - Method in class com.opengamma.strata.collect.io.ResourceLocator
-
Checks if this locator equals another locator.
- equals(Object) - Method in class com.opengamma.strata.collect.io.UriByteSource
-
- equals(Object) - Method in class com.opengamma.strata.collect.io.XmlElement
-
Checks if this element equals another.
- equals(Object) - Method in class com.opengamma.strata.collect.io.XmlFile
-
Checks if this file equals another.
- equals(Object) - Method in class com.opengamma.strata.collect.result.Failure
-
- equals(Object) - Method in class com.opengamma.strata.collect.result.FailureItem
-
- equals(Object) - Method in class com.opengamma.strata.collect.result.FailureItems
-
- equals(Object) - Method in class com.opengamma.strata.collect.result.Result
-
- equals(Object) - Method in class com.opengamma.strata.collect.result.ValueWithFailures
-
- equals(Object) - Method in class com.opengamma.strata.collect.timeseries.LocalDateDoublePoint
-
Checks if this point is equal to another point.
- equals(Object) - Method in class com.opengamma.strata.collect.tuple.DoublesPair
-
- equals(Object) - Method in class com.opengamma.strata.collect.tuple.IntDoublePair
-
- equals(Object) - Method in class com.opengamma.strata.collect.tuple.LongDoublePair
-
- equals(Object) - Method in class com.opengamma.strata.collect.tuple.ObjDoublePair
-
- equals(Object) - Method in class com.opengamma.strata.collect.tuple.ObjIntPair
-
- equals(Object) - Method in class com.opengamma.strata.collect.tuple.Pair
-
- equals(Object) - Method in class com.opengamma.strata.collect.tuple.Triple
-
- equals(Object) - Method in class com.opengamma.strata.collect.TypedString
-
Checks if this type equals another.
- equalWithTolerance(DoubleArray, double) - Method in class com.opengamma.strata.collect.array.DoubleArray
-
Checks if this array equals another within the specified tolerance.
- equalZeroWithTolerance(double) - Method in class com.opengamma.strata.collect.array.DoubleArray
-
Checks if this array equals zero within the specified tolerance.
- EXCEPTION_MESSAGE_ATTRIBUTE - Static variable in class com.opengamma.strata.collect.result.FailureItem
-
Attribute used to store the exception message.
- ExtendedEnum<T extends Named> - Class in com.opengamma.strata.collect.named
-
Manager for extended enums controlled by code or configuration.
- ExtendedEnum.ExternalEnumNames<T extends Named> - Class in com.opengamma.strata.collect.named
-
Maps names used by external systems to the standard name used here.
- externalNameGroups() - Method in class com.opengamma.strata.collect.named.ExtendedEnum
-
Returns the set of groups that have external names defined.
- externalNames() - Method in class com.opengamma.strata.collect.named.ExtendedEnum.ExternalEnumNames
-
Returns the complete map of external name to standard name.
- externalNames(String) - Method in class com.opengamma.strata.collect.named.ExtendedEnum
-
Returns the mapping of external names to standard names for a group.
- Failure - Class in com.opengamma.strata.collect.result
-
Description of a failed result.
- failure(FailureReason, String, Object...) - Static method in class com.opengamma.strata.collect.result.Result
-
Creates a failed result specifying the failure reason.
- failure(Throwable) - Static method in class com.opengamma.strata.collect.result.Result
-
Creates a failed result caused by a throwable.
- failure(Exception) - Static method in class com.opengamma.strata.collect.result.Result
-
Creates a failed result caused by an exception.
- failure(Throwable, String, Object...) - Static method in class com.opengamma.strata.collect.result.Result
-
Creates a failed result caused by a throwable.
- failure(Exception, String, Object...) - Static method in class com.opengamma.strata.collect.result.Result
-
Creates a failed result caused by an exception.
- failure(FailureReason, Throwable) - Static method in class com.opengamma.strata.collect.result.Result
-
Creates a failed result caused by a throwable with a specified reason.
- failure(FailureReason, Exception) - Static method in class com.opengamma.strata.collect.result.Result
-
Creates a failed result caused by an exception with a specified reason.
- failure(FailureReason, Throwable, String, Object...) - Static method in class com.opengamma.strata.collect.result.Result
-
Creates a failed result caused by a throwable with a specified reason and message.
- failure(FailureReason, Exception, String, Object...) - Static method in class com.opengamma.strata.collect.result.Result
-
Creates a failed result caused by an exception with a specified reason and message.
- failure(Result<?>) - Static method in class com.opengamma.strata.collect.result.Result
-
Returns a failed result from another failed result.
- failure(Result<?>, Result<?>, Result<?>...) - Static method in class com.opengamma.strata.collect.result.Result
-
Creates a failed result combining multiple failed results.
- failure(Iterable<? extends Result<?>>) - Static method in class com.opengamma.strata.collect.result.Result
-
Creates a failed result combining multiple failed results.
- failure(Failure) - Static method in class com.opengamma.strata.collect.result.Result
-
Creates a failed result containing a failure.
- failure(FailureItem) - Static method in class com.opengamma.strata.collect.result.Result
-
Creates a failed result containing a failure item.
- failure() - Method in class com.opengamma.strata.collect.result.Result.Meta
-
The meta-property for the failure property.
- Failure.Meta - Class in com.opengamma.strata.collect.result
-
The meta-bean for Failure.
- FailureException - Exception in com.opengamma.strata.collect.result
-
An exception thrown when a failure
Result is encountered and the failure can't be handled.
- FailureException(Failure) - Constructor for exception com.opengamma.strata.collect.result.FailureException
-
Returns an exception wrapping a failure that couldn't be handled.
- FailureItem - Class in com.opengamma.strata.collect.result
-
Details of a single failed item.
- FailureItem.Meta - Class in com.opengamma.strata.collect.result
-
The meta-bean for FailureItem.
- FailureItems - Class in com.opengamma.strata.collect.result
-
A list of failure items.
- FailureItems.Meta - Class in com.opengamma.strata.collect.result
-
The meta-bean for FailureItems.
- FailureItemsBuilder - Class in com.opengamma.strata.collect.result
-
A builder for a list of failure items.
- FailureReason - Enum in com.opengamma.strata.collect.result
-
Represents the reason why failure occurred.
- failures() - Method in class com.opengamma.strata.collect.result.FailureItems.Meta
-
The meta-property for the failures property.
- failures() - Method in class com.opengamma.strata.collect.result.ValueWithFailures.Meta
-
The meta-property for the failures property.
- field(int) - Method in class com.opengamma.strata.collect.io.CsvRow
-
Gets the specified field.
- fieldCount() - Method in class com.opengamma.strata.collect.io.CsvRow
-
Gets the number of fields.
- fields() - Method in class com.opengamma.strata.collect.io.CsvRow
-
Gets all fields in the row.
- FILE_URL_PREFIX - Static variable in class com.opengamma.strata.collect.io.ResourceLocator
-
The prefix for file resource locators.
- FileByteSource - Class in com.opengamma.strata.collect.io
-
A byte source implementation that obtains data from a file.
- filled(int) - Static method in class com.opengamma.strata.collect.array.DoubleArray
-
Obtains an instance with all entries equal to the zero.
- filled(int, double) - Static method in class com.opengamma.strata.collect.array.DoubleArray
-
Obtains an instance with all entries equal to the same value.
- filled(int, int) - Static method in class com.opengamma.strata.collect.array.DoubleMatrix
-
Obtains an instance with all entries equal to the zero.
- filled(int, int, double) - Static method in class com.opengamma.strata.collect.array.DoubleMatrix
-
Obtains an instance with all entries equal to the same value.
- filled(int) - Static method in class com.opengamma.strata.collect.array.IntArray
-
Obtains an instance with all entries equal to the zero.
- filled(int, int) - Static method in class com.opengamma.strata.collect.array.IntArray
-
Obtains an instance with all entries equal to the same value.
- filled(int) - Static method in class com.opengamma.strata.collect.array.LongArray
-
Obtains an instance with all entries equal to the zero.
- filled(int, long) - Static method in class com.opengamma.strata.collect.array.LongArray
-
Obtains an instance with all entries equal to the same value.
- filter(BiFunction<? super K, ? super V, Boolean>) - Method in class com.opengamma.strata.collect.MapStream
-
Filters the stream by applying the predicate function to each key and value.
- filter(Predicate<? super Map.Entry<K, V>>) - Method in class com.opengamma.strata.collect.MapStream
-
- filter(ObjDoublePredicate<LocalDate>) - Method in interface com.opengamma.strata.collect.timeseries.LocalDateDoubleTimeSeries
-
Create a new time-series by filtering this one.
- filtering(Class<R>) - Static method in class com.opengamma.strata.collect.Guavate
-
Function used in a stream to filter instances to a particular type.
- filteringOptional() - Static method in class com.opengamma.strata.collect.Guavate
-
Function used in a stream to filter optionals.
- filterKeys(Predicate<? super K>) - Method in class com.opengamma.strata.collect.MapStream
-
Filters the stream by applying the predicate function to each key.
- filterKeys(Class<R>) - Method in class com.opengamma.strata.collect.MapStream
-
Filters the stream checking the type of each key.
- filterValues(Predicate<? super V>) - Method in class com.opengamma.strata.collect.MapStream
-
Filters the stream by applying the predicate function to each value.
- filterValues(Class<R>) - Method in class com.opengamma.strata.collect.MapStream
-
Filters the stream checking the type of each value.
- find(String) - Method in class com.opengamma.strata.collect.named.CombinedExtendedEnum
-
Finds an instance by name.
- find(String) - Method in class com.opengamma.strata.collect.named.ExtendedEnum
-
Finds an instance by name.
- findAny() - Method in class com.opengamma.strata.collect.MapStream
-
- findAttribute(String) - Method in class com.opengamma.strata.collect.io.XmlElement
-
Finds an attribute by name, or empty if not found.
- findChild(String) - Method in class com.opengamma.strata.collect.io.XmlElement
-
Finds the child element with the specified name, or empty if not found,
throwing an exception if more than one.
- findField(String) - Method in class com.opengamma.strata.collect.io.CsvRow
-
Gets a single field value from the row by header.
- findField(Pattern) - Method in class com.opengamma.strata.collect.io.CsvRow
-
Gets a single field value from the row by header pattern.
- findFirst() - Method in class com.opengamma.strata.collect.MapStream
-
- findLenient(String) - Method in class com.opengamma.strata.collect.named.ExtendedEnum
-
Looks up an instance by name leniently.
- findSection(String) - Method in class com.opengamma.strata.collect.io.IniFile
-
Finds a single section in this INI file.
- findSeparator(CharSource) - Static method in class com.opengamma.strata.collect.io.CsvFile
-
Finds the separator used by the specified CSV file.
- findValue(String) - Method in class com.opengamma.strata.collect.io.CsvRow
-
Gets a single value from the row by header.
- findValue(Pattern) - Method in class com.opengamma.strata.collect.io.CsvRow
-
Gets a single value from the row by header pattern.
- findValue(String) - Method in class com.opengamma.strata.collect.io.PropertySet
-
Finds a single value in this property set.
- first(Iterable<T>) - Static method in class com.opengamma.strata.collect.Guavate
-
Gets the first value from the iterable, returning empty if the iterable is empty.
- first() - Method in class com.opengamma.strata.collect.tuple.DoublesPair.Meta
-
The meta-property for the first property.
- first() - Method in class com.opengamma.strata.collect.tuple.IntDoublePair.Meta
-
The meta-property for the first property.
- first() - Method in class com.opengamma.strata.collect.tuple.LongDoublePair.Meta
-
The meta-property for the first property.
- first() - Method in class com.opengamma.strata.collect.tuple.ObjDoublePair.Meta
-
The meta-property for the first property.
- first() - Method in class com.opengamma.strata.collect.tuple.ObjIntPair.Meta
-
The meta-property for the first property.
- first() - Method in class com.opengamma.strata.collect.tuple.Pair.Meta
-
The meta-property for the first property.
- first() - Method in class com.opengamma.strata.collect.tuple.Triple.Meta
-
The meta-property for the first property.
- firstNonEmpty(Supplier<Optional<? extends T>>...) - Static method in class com.opengamma.strata.collect.Guavate
-
Uses a number of suppliers to create a single optional result.
- firstNonEmpty(Optional<? extends T>...) - Static method in class com.opengamma.strata.collect.Guavate
-
Chooses the first optional that is not empty.
- flatCombine(Iterable<? extends Result<T>>, Function<Stream<T>, Result<R>>) - Static method in class com.opengamma.strata.collect.result.Result
-
Takes a collection of results, checks if all of them are successes
and then applies the supplied function to the successes.
- flatMap(BiFunction<? super K, ? super V, Stream<R>>) - Method in class com.opengamma.strata.collect.MapStream
-
Transforms the entries in the stream by applying a mapper function to each key and value to produce a stream of
elements, and then flattening the resulting stream of streams.
- flatMap(Function<? super Map.Entry<K, V>, ? extends Stream<? extends R>>) - Method in class com.opengamma.strata.collect.MapStream
-
- flatMap(Function<? super T, Result<R>>) - Method in class com.opengamma.strata.collect.result.Result
-
Processes a successful result by applying a function that returns another result.
- flatMap(Function<? super T, ValueWithFailures<R>>) - Method in class com.opengamma.strata.collect.result.ValueWithFailures
-
Processes the value by applying a function that returns another result.
- flatMapKeys(Function<? super K, Stream<R>>) - Method in class com.opengamma.strata.collect.MapStream
-
Transforms the keys in the stream by applying a mapper function to each key.
- flatMapKeys(BiFunction<? super K, ? super V, Stream<R>>) - Method in class com.opengamma.strata.collect.MapStream
-
Transforms the keys in the stream by applying a mapper function to each key and value.
- flatMapToDouble(BiFunction<? super K, ? super V, ? extends DoubleStream>) - Method in class com.opengamma.strata.collect.MapStream
-
Transforms the entries in the stream to doubles by applying a mapper function to each key and value to produce
a stream of doubles, and then flattening the resulting stream of streams.
- flatMapToDouble(Function<? super Map.Entry<K, V>, ? extends DoubleStream>) - Method in class com.opengamma.strata.collect.MapStream
-
- flatMapToInt(BiFunction<? super K, ? super V, ? extends IntStream>) - Method in class com.opengamma.strata.collect.MapStream
-
Transforms the entries in the stream to integers by applying a mapper function to each key and value to produce
a stream of integers, and then flattening the resulting stream of streams.
- flatMapToInt(Function<? super Map.Entry<K, V>, ? extends IntStream>) - Method in class com.opengamma.strata.collect.MapStream
-
- flatMapToLong(Function<? super Map.Entry<K, V>, ? extends LongStream>) - Method in class com.opengamma.strata.collect.MapStream
-
- flatMapValues(Function<? super V, Stream<R>>) - Method in class com.opengamma.strata.collect.MapStream
-
Transforms the values in the stream by applying a mapper function to each value.
- flatMapValues(BiFunction<? super K, ? super V, Stream<R>>) - Method in class com.opengamma.strata.collect.MapStream
-
Transforms the values in the stream by applying a mapper function to each key and value.
- forEach(IntDoubleConsumer) - Method in class com.opengamma.strata.collect.array.DoubleArray
-
Applies an action to each value in the array.
- forEach(IntIntDoubleConsumer) - Method in class com.opengamma.strata.collect.array.DoubleMatrix
-
Applies an action to each value in the matrix.
- forEach(IntIntConsumer) - Method in class com.opengamma.strata.collect.array.IntArray
-
Applies an action to each value in the array.
- forEach(IntLongConsumer) - Method in class com.opengamma.strata.collect.array.LongArray
-
Applies an action to each value in the array.
- forEach(BiConsumer<? super K, ? super V>) - Method in class com.opengamma.strata.collect.MapStream
-
Performs an action for each entry in the stream, passing the key and value to the action.
- forEach(Consumer<? super Map.Entry<K, V>>) - Method in class com.opengamma.strata.collect.MapStream
-
- forEach(ObjDoubleConsumer<LocalDate>) - Method in interface com.opengamma.strata.collect.timeseries.LocalDateDoubleTimeSeries
-
Applies an action to each pair in the time series.
- forEachOrdered(Consumer<? super Map.Entry<K, V>>) - Method in class com.opengamma.strata.collect.MapStream
-
- format(String, Object) - Static method in class com.opengamma.strata.collect.Messages
-
Formats a templated message inserting a single argument.
- format(String, Object...) - Static method in class com.opengamma.strata.collect.Messages
-
Formats a templated message inserting arguments.
- format(T) - Method in class com.opengamma.strata.collect.named.EnumNames
-
Creates a standard Strata mixed case name from an enum-style constant.
- format(double) - Method in class com.opengamma.strata.collect.NumberFormatter
-
Formats a double using this formatter.
- format(long) - Method in class com.opengamma.strata.collect.NumberFormatter
-
Formats a long using this formatter.
- formatWithAttributes(String, Object...) - Static method in class com.opengamma.strata.collect.Messages
-
Formats a templated message inserting named arguments.
- from(ByteSource) - Static method in class com.opengamma.strata.collect.io.ArrayByteSource
-
Obtains an instance from another byte source.
- from(CheckedSupplier<InputStream>) - Static method in class com.opengamma.strata.collect.io.ArrayByteSource
-
Obtains an instance from an input stream.
- from(InputStream) - Static method in class com.opengamma.strata.collect.io.ArrayByteSource
-
Obtains an instance from an input stream.
- from(InputStream, int) - Static method in class com.opengamma.strata.collect.io.ArrayByteSource
-
Obtains an instance from an input stream, specifying the expected size.
- fromBase64(String) - Static method in class com.opengamma.strata.collect.io.ArrayByteSource
-
Obtains an instance from a base-64 encoded string.
- fromHex(String) - Static method in class com.opengamma.strata.collect.io.ArrayByteSource
-
Obtains an instance from a hex encoded string, sometimes referred to as base-16.
- function(CheckedFunction<T, R>) - Static method in class com.opengamma.strata.collect.Unchecked
-
Converts checked exceptions to unchecked based on the Function interface.
- fuzzyEquals(double[], double[], double) - Static method in class com.opengamma.strata.collect.DoubleArrayMath
-
Compares each element in the first array to the matching index in the second array within a tolerance.
- fuzzyEqualsZero(double[], double) - Static method in class com.opengamma.strata.collect.DoubleArrayMath
-
Compares each element in the array to zero within a tolerance.
- generate(List<String>, List<AsciiTableAlignment>, List<? extends List<String>>) - Static method in class com.opengamma.strata.collect.io.AsciiTable
-
Generates the ASCII table.
- get(int) - Method in class com.opengamma.strata.collect.array.DoubleArray
-
Gets the value at the specified index in this array.
- get(int, int) - Method in class com.opengamma.strata.collect.array.DoubleMatrix
-
Gets the value at the specified row and column in this matrix.
- get(int) - Method in class com.opengamma.strata.collect.array.IntArray
-
Gets the value at the specified index in this array.
- get(int) - Method in class com.opengamma.strata.collect.array.LongArray
-
Gets the value at the specified index in this array.
- get() - Method in interface com.opengamma.strata.collect.function.CheckedSupplier
-
Gets a result.
- get() - Method in class com.opengamma.strata.collect.result.Result
-
Returns the result value if calculated successfully, empty if a failure occurred.
- get(LocalDate) - Method in interface com.opengamma.strata.collect.timeseries.LocalDateDoubleTimeSeries
-
Gets the value associated with the specified date.
- get(LocalDate) - Method in class com.opengamma.strata.collect.timeseries.LocalDateDoubleTimeSeriesBuilder
-
Gets the value associated with the specified date.
- getAttribute(String) - Method in class com.opengamma.strata.collect.io.XmlElement
-
Gets an attribute by name, throwing an exception if not found.
- getAttributes() - Method in class com.opengamma.strata.collect.io.XmlElement
-
Gets the attributes.
- getAttributes() - Method in class com.opengamma.strata.collect.result.FailureItem
-
Gets the attributes associated with this failure.
- getByteSource() - Method in class com.opengamma.strata.collect.io.ResourceLocator
-
Gets the byte source to access the resource.
- getCauseType() - Method in class com.opengamma.strata.collect.result.FailureItem
-
Gets the type of the throwable that caused the failure, not present if it wasn't caused by a throwable.
- getCharSource() - Method in class com.opengamma.strata.collect.io.ResourceLocator
-
Gets the char source to access the resource using UTF-8.
- getCharSource(Charset) - Method in class com.opengamma.strata.collect.io.ResourceLocator
-
Gets the char source to access the resource specifying the character set.
- getChild(int) - Method in class com.opengamma.strata.collect.io.XmlElement
-
Gets a child element by index.
- getChild(String) - Method in class com.opengamma.strata.collect.io.XmlElement
-
Gets the child element with the specified name, throwing an exception if not found or more than one.
- getChildren() - Method in class com.opengamma.strata.collect.io.XmlElement
-
Gets the child elements.
- getChildren(String) - Method in class com.opengamma.strata.collect.io.XmlElement
-
Gets the child elements matching the specified name.
- getContent() - Method in class com.opengamma.strata.collect.io.XmlElement
-
Gets the element content.
- getDate() - Method in class com.opengamma.strata.collect.timeseries.LocalDateDoublePoint
-
Gets the date.
- getEarliestDate() - Method in interface com.opengamma.strata.collect.timeseries.LocalDateDoubleTimeSeries
-
Get the earliest date contained in this time-series.
- getEarliestValue() - Method in interface com.opengamma.strata.collect.timeseries.LocalDateDoubleTimeSeries
-
Get the value held for the earliest date contained in this time-series.
- getFailure() - Method in exception com.opengamma.strata.collect.result.FailureException
-
Returns the details of the failure.
- getFailure() - Method in class com.opengamma.strata.collect.result.Result
-
Returns the failure instance indicating the reason why the calculation failed.
- getFailures() - Method in class com.opengamma.strata.collect.result.FailureItems
-
Gets the failures.
- getFailures() - Method in class com.opengamma.strata.collect.result.ValueWithFailures
-
Gets the failure items.
- getField(String) - Method in class com.opengamma.strata.collect.io.CsvRow
-
Gets a single field value from the row by header.
- getField(String, Function<String, T>) - Method in class com.opengamma.strata.collect.io.CsvRow
-
Gets a single field value from the row by header, post processing the result.
- getField(Pattern) - Method in class com.opengamma.strata.collect.io.CsvRow
-
Gets a single field value from the row by header pattern.
- getField(Pattern, Function<String, T>) - Method in class com.opengamma.strata.collect.io.CsvRow
-
Gets a single field value from the row by header pattern, post processing the result.
- getFile() - Method in class com.opengamma.strata.collect.io.FileByteSource
-
Gets the File.
- getFileName() - Method in class com.opengamma.strata.collect.io.ArrayByteSource
-
- getFileName() - Method in class com.opengamma.strata.collect.io.BeanByteSource
-
Gets the file name of the source.
- getFileName() - Method in class com.opengamma.strata.collect.io.FileByteSource
-
- getFileName() - Method in class com.opengamma.strata.collect.io.UriByteSource
-
- getFirst() - Method in class com.opengamma.strata.collect.tuple.DoublesPair
-
Gets the first element in this pair.
- getFirst() - Method in class com.opengamma.strata.collect.tuple.IntDoublePair
-
Gets the first element in this pair.
- getFirst() - Method in class com.opengamma.strata.collect.tuple.LongDoublePair
-
Gets the first element in this pair.
- getFirst() - Method in class com.opengamma.strata.collect.tuple.ObjDoublePair
-
Gets the first element in this pair.
- getFirst() - Method in class com.opengamma.strata.collect.tuple.ObjIntPair
-
Gets the first element in this pair.
- getFirst() - Method in class com.opengamma.strata.collect.tuple.Pair
-
Gets the first element in this pair.
- getFirst() - Method in class com.opengamma.strata.collect.tuple.Triple
-
Gets the first element in this triple.
- getFirstItem() - Method in class com.opengamma.strata.collect.result.Failure
-
Gets the first failure item.
- getItems() - Method in class com.opengamma.strata.collect.result.Failure
-
Gets the set of failure items.
- getLatestDate() - Method in interface com.opengamma.strata.collect.timeseries.LocalDateDoubleTimeSeries
-
Get the latest date contained in this time-series.
- getLatestValue() - Method in interface com.opengamma.strata.collect.timeseries.LocalDateDoubleTimeSeries
-
Get the value held for the latest date contained in this time-series.
- getLocator() - Method in class com.opengamma.strata.collect.io.ResourceLocator
-
Gets the string form of the locator.
- getMessage() - Method in class com.opengamma.strata.collect.result.Failure
-
Gets the error message associated with the failure.
- getMessage() - Method in class com.opengamma.strata.collect.result.FailureItem
-
Gets the error message associated with the failure.
- getName() - Method in class com.opengamma.strata.collect.io.XmlElement
-
Gets the element name.
- getName() - Method in interface com.opengamma.strata.collect.named.Named
-
Gets the unique name of the instance.
- getName() - Method in interface com.opengamma.strata.collect.named.NamedEnum
-
Gets the unique name of the instance.
- getName() - Method in class com.opengamma.strata.collect.TypedString
-
Gets the name.
- getProperties() - Method in class com.opengamma.strata.collect.io.PropertiesFile
-
Gets all the key-value properties of this file.
- getReason() - Method in class com.opengamma.strata.collect.result.Failure
-
Gets the reason associated with the failure.
- getReason() - Method in class com.opengamma.strata.collect.result.FailureItem
-
Gets the reason associated with the failure.
- getReferences() - Method in class com.opengamma.strata.collect.io.XmlFile
-
Gets the reference map of id to element.
- getRoot() - Method in class com.opengamma.strata.collect.io.XmlFile
-
Gets the root element of this file.
- getSecond() - Method in class com.opengamma.strata.collect.tuple.DoublesPair
-
Gets the second element in this pair.
- getSecond() - Method in class com.opengamma.strata.collect.tuple.IntDoublePair
-
Gets the second element in this pair.
- getSecond() - Method in class com.opengamma.strata.collect.tuple.LongDoublePair
-
Gets the second element in this pair.
- getSecond() - Method in class com.opengamma.strata.collect.tuple.ObjDoublePair
-
Gets the second element in this pair.
- getSecond() - Method in class com.opengamma.strata.collect.tuple.ObjIntPair
-
Gets the second element in this pair.
- getSecond() - Method in class com.opengamma.strata.collect.tuple.Pair
-
Gets the second element in this pair.
- getSecond() - Method in class com.opengamma.strata.collect.tuple.Triple
-
Gets the second element in this triple.
- getStackTrace() - Method in class com.opengamma.strata.collect.result.FailureItem
-
Gets stack trace where the failure occurred.
- getThird() - Method in class com.opengamma.strata.collect.tuple.Triple
-
Gets the third element in this triple.
- getType() - Method in class com.opengamma.strata.collect.named.ExtendedEnum
-
Gets the enum type.
- getUri() - Method in class com.opengamma.strata.collect.io.UriByteSource
-
Gets the URI.
- getValue(String) - Method in class com.opengamma.strata.collect.io.CsvRow
-
Gets a single field value from the row by header.
- getValue(String, Function<String, T>) - Method in class com.opengamma.strata.collect.io.CsvRow
-
Gets a single field value from the row by header, post processing the result.
- getValue(Pattern) - Method in class com.opengamma.strata.collect.io.CsvRow
-
Gets a single field value from the row by header pattern.
- getValue(Pattern, Function<String, T>) - Method in class com.opengamma.strata.collect.io.CsvRow
-
Gets a single field value from the row by header pattern, post processing the result.
- getValue() - Method in class com.opengamma.strata.collect.result.Result
-
Returns the actual result value if calculated successfully, throwing an
exception if a failure occurred.
- getValue() - Method in class com.opengamma.strata.collect.result.ValueWithFailures
-
Gets the success value.
- getValue() - Method in class com.opengamma.strata.collect.timeseries.LocalDateDoublePoint
-
Gets the value.
- getValueOrElse(T) - Method in class com.opengamma.strata.collect.result.Result
-
Returns the actual result value if calculated successfully, or the specified
default value if a failure occurred.
- getValueOrElseApply(Function<Failure, T>) - Method in class com.opengamma.strata.collect.result.Result
-
Returns the actual result value if calculated successfully, else the
specified function is applied to the Failure that occurred.
- getVersionString() - Static method in class com.opengamma.strata.collect.Version
-
Gets the version of Strata.
- Guavate - Class in com.opengamma.strata.collect
-
Utilities that help bridge the gap between Java 8 and Google Guava.
- identity(int) - Static method in class com.opengamma.strata.collect.array.DoubleMatrix
-
Obtains an identity matrix.
- ifFailure(Consumer<Failure>) - Method in class com.opengamma.strata.collect.result.Result
-
Executes the given consumer if the result represents a failure.
- ifSuccess(Consumer<? super T>) - Method in class com.opengamma.strata.collect.result.Result
-
Executes the given consumer if the result represents a successful call and has a result available.
- in(Stream<T>) - Static method in class com.opengamma.strata.collect.Guavate
-
Converts a stream to an iterable for use in the for-each statement.
- indexOf(double) - Method in class com.opengamma.strata.collect.array.DoubleArray
-
Find the index of the first occurrence of the specified value.
- indexOf(int) - Method in class com.opengamma.strata.collect.array.IntArray
-
Find the index of the first occurrence of the specified value.
- indexOf(long) - Method in class com.opengamma.strata.collect.array.LongArray
-
Find the index of the first occurrence of the specified value.
- IniFile - Class in com.opengamma.strata.collect.io
-
An INI file.
- IniFileOutput - Class in com.opengamma.strata.collect.io
-
Outputs an INI formatted file.
- inOptional(Optional<T>) - Static method in class com.opengamma.strata.collect.Guavate
-
Converts an optional to an iterable for use in the for-each statement.
- inOrderNotEqual(Comparable<? super T>, T, String, String) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the two values are in order and not equal.
- inOrderOrEqual(Comparable<? super T>, T, String, String) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the two values are in order or equal.
- inRange(double, double, double, String) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the argument is within the range defined by low <= x < high.
- inRange(int, int, int, String) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the argument is within the range defined by low <= x < high.
- inRangeExclusive(double, double, double, String) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the argument is within the range defined by low < x < high.
- inRangeExclusive(int, int, int, String) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the argument is within the range defined by low < x < high.
- inRangeInclusive(double, double, double, String) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the argument is within the range defined by low <= x <= high.
- inRangeInclusive(int, int, int, String) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the argument is within the range defined by low <= x <= high.
- IntArray - Class in com.opengamma.strata.collect.array
-
An immutable array of int values.
- IntDoubleConsumer - Interface in com.opengamma.strata.collect.function
-
An operation consuming two arguments - int and double.
- IntDoublePair - Class in com.opengamma.strata.collect.tuple
-
An immutable pair consisting of an int and double.
- IntDoublePair.Meta - Class in com.opengamma.strata.collect.tuple
-
The meta-bean for IntDoublePair.
- IntDoublePredicate - Interface in com.opengamma.strata.collect.function
-
A predicate of two arguments - int and double.
- IntDoubleToDoubleFunction - Interface in com.opengamma.strata.collect.function
-
A function of two arguments - int and double.
- intersection(LocalDateDoubleTimeSeries, DoubleBinaryOperator) - Method in interface com.opengamma.strata.collect.timeseries.LocalDateDoubleTimeSeries
-
Obtains the intersection of a pair of time series.
- IntIntConsumer - Interface in com.opengamma.strata.collect.function
-
An operation consuming two arguments - int and int.
- IntIntDoubleConsumer - Interface in com.opengamma.strata.collect.function
-
An operation consuming three arguments - int, int and double.
- IntIntDoublePredicate - Interface in com.opengamma.strata.collect.function
-
A predicate of three arguments - int, int and double.
- IntIntDoubleToDoubleFunction - Interface in com.opengamma.strata.collect.function
-
A function of three arguments - int, int and double.
- IntIntToDoubleFunction - Interface in com.opengamma.strata.collect.function
-
A function of two arguments - int and int.
- IntLongConsumer - Interface in com.opengamma.strata.collect.function
-
An operation consuming two arguments - int and long.
- IntLongToLongFunction - Interface in com.opengamma.strata.collect.function
-
A function of two arguments - int and long.
- IntTernaryOperator - Interface in com.opengamma.strata.collect.function
-
A function of three arguments that returns a value.
- isEmpty() - Method in class com.opengamma.strata.collect.array.DoubleArray
-
Checks if this array is empty.
- isEmpty() - Method in class com.opengamma.strata.collect.array.DoubleMatrix
-
Checks if this matrix is empty.
- isEmpty() - Method in class com.opengamma.strata.collect.array.IntArray
-
Checks if this array is empty.
- isEmpty() - Method in class com.opengamma.strata.collect.array.LongArray
-
Checks if this array is empty.
- isEmpty() - Method in class com.opengamma.strata.collect.io.ArrayByteSource
-
- isEmpty() - Method in class com.opengamma.strata.collect.io.BeanByteSource
-
Checks if the byte source is empty, throwing an unchecked exception.
- isEmpty() - Method in class com.opengamma.strata.collect.io.PropertySet
-
Checks if this property set is empty.
- isEmpty() - Method in class com.opengamma.strata.collect.result.FailureItems
-
Checks if the list of failures is empty.
- isEmpty() - Method in interface com.opengamma.strata.collect.timeseries.LocalDateDoubleTimeSeries
-
Indicates if this time-series is empty.
- isFailure() - Method in class com.opengamma.strata.collect.result.Result
-
Indicates if this result represents a failure.
- isFalse(boolean, String) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the specified boolean is false.
- isFalse(boolean, String, Object...) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the specified boolean is false.
- isParallel() - Method in class com.opengamma.strata.collect.MapStream
-
- isSquare() - Method in class com.opengamma.strata.collect.array.DoubleMatrix
-
Checks if this matrix is square.
- isSuccess() - Method in class com.opengamma.strata.collect.result.Result
-
Indicates if this result represents a successful call and has a result available.
- isTrue(boolean) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the specified boolean is true.
- isTrue(boolean, String) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the specified boolean is true.
- isTrue(boolean, String, Object...) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the specified boolean is true.
- isTrue(boolean, String, long) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the specified boolean is true.
- isTrue(boolean, String, double) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the specified boolean is true.
- items() - Method in class com.opengamma.strata.collect.result.Failure.Meta
-
The meta-property for the items property.
- iterator() - Method in class com.opengamma.strata.collect.MapStream
-
- map(DoubleUnaryOperator) - Method in class com.opengamma.strata.collect.array.DoubleArray
-
Returns an instance with an operation applied to each value in the array.
- map(DoubleUnaryOperator) - Method in class com.opengamma.strata.collect.array.DoubleMatrix
-
Returns an instance with an operation applied to each value in the matrix.
- map(IntUnaryOperator) - Method in class com.opengamma.strata.collect.array.IntArray
-
Returns an instance with an operation applied to each value in the array.
- map(LongUnaryOperator) - Method in class com.opengamma.strata.collect.array.LongArray
-
Returns an instance with an operation applied to each value in the array.
- map(BiFunction<? super K, ? super V, ? extends R>) - Method in class com.opengamma.strata.collect.MapStream
-
Transforms the entries in the stream by applying a mapper function to each key and value.
- map(Function<? super Map.Entry<K, V>, ? extends R>) - Method in class com.opengamma.strata.collect.MapStream
-
- map(Function<? super T, ? extends R>) - Method in class com.opengamma.strata.collect.result.Result
-
Processes a successful result by applying a function that alters the value.
- map(Function<? super T, ? extends R>) - Method in class com.opengamma.strata.collect.result.ValueWithFailures
-
Processes the value by applying a function that alters the value.
- mapDates(Function<? super LocalDate, ? extends LocalDate>) - Method in interface com.opengamma.strata.collect.timeseries.LocalDateDoubleTimeSeries
-
Applies an operation to each date in the time series which creates a new date, returning a new time series
with the new dates and the points from this time series.
- mapKeys(Function<? super K, ? extends R>) - Method in class com.opengamma.strata.collect.MapStream
-
Transforms the keys in the stream by applying a mapper function to each key.
- mapKeys(BiFunction<? super K, ? super V, ? extends R>) - Method in class com.opengamma.strata.collect.MapStream
-
Transforms the keys in the stream by applying a mapper function to each key and value.
- MapStream<K,V> - Class in com.opengamma.strata.collect
-
A stream implementation based on Map.Entry.
- mapToDouble(ToDoubleBiFunction<? super K, ? super V>) - Method in class com.opengamma.strata.collect.MapStream
-
Transforms the entries in the stream to doubles by applying a mapper function to each key and value.
- mapToDouble(ToDoubleFunction<? super Map.Entry<K, V>>) - Method in class com.opengamma.strata.collect.MapStream
-
- mapToInt(ToIntBiFunction<? super K, ? super V>) - Method in class com.opengamma.strata.collect.MapStream
-
Transforms the entries in the stream to integers by applying a mapper function to each key and value.
- mapToInt(ToIntFunction<? super Map.Entry<K, V>>) - Method in class com.opengamma.strata.collect.MapStream
-
- mapToLong(ToLongFunction<? super Map.Entry<K, V>>) - Method in class com.opengamma.strata.collect.MapStream
-
- mapValues(Function<? super V, ? extends R>) - Method in class com.opengamma.strata.collect.MapStream
-
Transforms the values in the stream by applying a mapper function to each value.
- mapValues(BiFunction<? super K, ? super V, ? extends R>) - Method in class com.opengamma.strata.collect.MapStream
-
Transforms the values in the stream by applying a mapper function to each key and value.
- mapValues(DoubleUnaryOperator) - Method in interface com.opengamma.strata.collect.timeseries.LocalDateDoubleTimeSeries
-
Applies an operation to each value in the time series.
- mapWithIndex(IntDoubleToDoubleFunction) - Method in class com.opengamma.strata.collect.array.DoubleArray
-
Returns an instance with an operation applied to each indexed value in the array.
- mapWithIndex(IntIntDoubleToDoubleFunction) - Method in class com.opengamma.strata.collect.array.DoubleMatrix
-
Returns an instance with an operation applied to each indexed value in the matrix.
- mapWithIndex(IntBinaryOperator) - Method in class com.opengamma.strata.collect.array.IntArray
-
Returns an instance with an operation applied to each indexed value in the array.
- mapWithIndex(IntLongToLongFunction) - Method in class com.opengamma.strata.collect.array.LongArray
-
Returns an instance with an operation applied to each indexed value in the array.
- matches(Pattern, String, String) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the specified argument is non-null and matches the specified pattern.
- matches(CharMatcher, int, int, String, String, String) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the specified argument is non-null and only contains the specified characters.
- Matrix - Interface in com.opengamma.strata.collect.array
-
Base interface for all matrix types.
- max() - Method in class com.opengamma.strata.collect.array.DoubleArray
-
Returns the minimum value held in the array.
- max() - Method in class com.opengamma.strata.collect.array.IntArray
-
Returns the minimum value held in the array.
- max() - Method in class com.opengamma.strata.collect.array.LongArray
-
Returns the minimum value held in the array.
- max(Comparator<? super Map.Entry<K, V>>) - Method in class com.opengamma.strata.collect.MapStream
-
- maxKeys(Comparator<? super K>) - Method in class com.opengamma.strata.collect.MapStream
-
Finds the maximum entry in the stream by comparing the keys using the supplied comparator.
- maxValues(Comparator<? super V>) - Method in class com.opengamma.strata.collect.MapStream
-
Finds the maximum entry in the stream by comparing the values using the supplied comparator.
- merge(LocalDate, double, DoubleBinaryOperator) - Method in class com.opengamma.strata.collect.timeseries.LocalDateDoubleTimeSeriesBuilder
-
Merges the specified date/value point into this builder.
- merge(LocalDateDoublePoint, DoubleBinaryOperator) - Method in class com.opengamma.strata.collect.timeseries.LocalDateDoubleTimeSeriesBuilder
-
Merges the specified date/value point into this builder.
- message() - Method in class com.opengamma.strata.collect.result.Failure.Meta
-
The meta-property for the message property.
- message() - Method in class com.opengamma.strata.collect.result.FailureItem.Meta
-
The meta-property for the message property.
- Messages - Class in com.opengamma.strata.collect
-
Contains utility methods for managing messages.
- meta() - Static method in class com.opengamma.strata.collect.array.DoubleMatrix
-
The meta-bean for DoubleMatrix.
- meta() - Static method in class com.opengamma.strata.collect.result.Failure
-
The meta-bean for Failure.
- meta() - Static method in class com.opengamma.strata.collect.result.FailureItem
-
The meta-bean for FailureItem.
- meta() - Static method in class com.opengamma.strata.collect.result.FailureItems
-
The meta-bean for FailureItems.
- meta() - Static method in class com.opengamma.strata.collect.result.Result
-
The meta-bean for Result.
- meta() - Static method in class com.opengamma.strata.collect.result.ValueWithFailures
-
The meta-bean for ValueWithFailures.
- meta() - Static method in class com.opengamma.strata.collect.tuple.DoublesPair
-
The meta-bean for DoublesPair.
- meta() - Static method in class com.opengamma.strata.collect.tuple.IntDoublePair
-
The meta-bean for IntDoublePair.
- meta() - Static method in class com.opengamma.strata.collect.tuple.LongDoublePair
-
The meta-bean for LongDoublePair.
- meta() - Static method in class com.opengamma.strata.collect.tuple.ObjDoublePair
-
The meta-bean for ObjDoublePair.
- meta() - Static method in class com.opengamma.strata.collect.tuple.ObjIntPair
-
The meta-bean for ObjIntPair.
- meta() - Static method in class com.opengamma.strata.collect.tuple.Pair
-
The meta-bean for Pair.
- meta() - Static method in class com.opengamma.strata.collect.tuple.Triple
-
The meta-bean for Triple.
- metaBean() - Method in class com.opengamma.strata.collect.array.DoubleArray
-
- metaBean() - Method in class com.opengamma.strata.collect.array.DoubleMatrix
-
- metaBean() - Method in class com.opengamma.strata.collect.array.IntArray
-
- metaBean() - Method in class com.opengamma.strata.collect.array.LongArray
-
- metaBean() - Method in class com.opengamma.strata.collect.io.ArrayByteSource
-
- metaBean() - Method in class com.opengamma.strata.collect.io.FileByteSource
-
- metaBean() - Method in class com.opengamma.strata.collect.io.UriByteSource
-
- metaBean() - Method in class com.opengamma.strata.collect.io.XmlElement
-
- metaBean() - Method in class com.opengamma.strata.collect.result.Failure
-
- metaBean() - Method in class com.opengamma.strata.collect.result.FailureItem
-
- metaBean() - Method in class com.opengamma.strata.collect.result.FailureItems
-
- metaBean() - Method in class com.opengamma.strata.collect.result.Result
-
- metaBean() - Method in class com.opengamma.strata.collect.result.ValueWithFailures
-
- metaBean() - Method in class com.opengamma.strata.collect.tuple.DoublesPair
-
- metaBean() - Method in class com.opengamma.strata.collect.tuple.IntDoublePair
-
- metaBean() - Method in class com.opengamma.strata.collect.tuple.LongDoublePair
-
- metaBean() - Method in class com.opengamma.strata.collect.tuple.ObjDoublePair
-
- metaBean() - Method in class com.opengamma.strata.collect.tuple.ObjIntPair
-
- metaBean() - Method in class com.opengamma.strata.collect.tuple.Pair
-
- metaBean() - Method in class com.opengamma.strata.collect.tuple.Triple
-
- metaObjDoublePair(Class<R>) - Static method in class com.opengamma.strata.collect.tuple.ObjDoublePair
-
The meta-bean for ObjDoublePair.
- metaObjIntPair(Class<R>) - Static method in class com.opengamma.strata.collect.tuple.ObjIntPair
-
The meta-bean for ObjIntPair.
- metaPair(Class<R>, Class<S>) - Static method in class com.opengamma.strata.collect.tuple.Pair
-
The meta-bean for Pair.
- metaPropertyGet(String) - Method in class com.opengamma.strata.collect.array.DoubleMatrix.Meta
-
- metaPropertyGet(String) - Method in class com.opengamma.strata.collect.result.Failure.Meta
-
- metaPropertyGet(String) - Method in class com.opengamma.strata.collect.result.FailureItem.Meta
-
- metaPropertyGet(String) - Method in class com.opengamma.strata.collect.result.FailureItems.Meta
-
- metaPropertyGet(String) - Method in class com.opengamma.strata.collect.result.Result.Meta
-
- metaPropertyGet(String) - Method in class com.opengamma.strata.collect.result.ValueWithFailures.Meta
-
- metaPropertyGet(String) - Method in class com.opengamma.strata.collect.tuple.DoublesPair.Meta
-
- metaPropertyGet(String) - Method in class com.opengamma.strata.collect.tuple.IntDoublePair.Meta
-
- metaPropertyGet(String) - Method in class com.opengamma.strata.collect.tuple.LongDoublePair.Meta
-
- metaPropertyGet(String) - Method in class com.opengamma.strata.collect.tuple.ObjDoublePair.Meta
-
- metaPropertyGet(String) - Method in class com.opengamma.strata.collect.tuple.ObjIntPair.Meta
-
- metaPropertyGet(String) - Method in class com.opengamma.strata.collect.tuple.Pair.Meta
-
- metaPropertyGet(String) - Method in class com.opengamma.strata.collect.tuple.Triple.Meta
-
- metaPropertyMap() - Method in class com.opengamma.strata.collect.array.DoubleMatrix.Meta
-
- metaPropertyMap() - Method in class com.opengamma.strata.collect.result.Failure.Meta
-
- metaPropertyMap() - Method in class com.opengamma.strata.collect.result.FailureItem.Meta
-
- metaPropertyMap() - Method in class com.opengamma.strata.collect.result.FailureItems.Meta
-
- metaPropertyMap() - Method in class com.opengamma.strata.collect.result.Result.Meta
-
- metaPropertyMap() - Method in class com.opengamma.strata.collect.result.ValueWithFailures.Meta
-
- metaPropertyMap() - Method in class com.opengamma.strata.collect.tuple.DoublesPair.Meta
-
- metaPropertyMap() - Method in class com.opengamma.strata.collect.tuple.IntDoublePair.Meta
-
- metaPropertyMap() - Method in class com.opengamma.strata.collect.tuple.LongDoublePair.Meta
-
- metaPropertyMap() - Method in class com.opengamma.strata.collect.tuple.ObjDoublePair.Meta
-
- metaPropertyMap() - Method in class com.opengamma.strata.collect.tuple.ObjIntPair.Meta
-
- metaPropertyMap() - Method in class com.opengamma.strata.collect.tuple.Pair.Meta
-
- metaPropertyMap() - Method in class com.opengamma.strata.collect.tuple.Triple.Meta
-
- metaResult(Class<R>) - Static method in class com.opengamma.strata.collect.result.Result
-
The meta-bean for Result.
- metaTriple(Class<R>, Class<S>, Class<T>) - Static method in class com.opengamma.strata.collect.tuple.Triple
-
The meta-bean for Triple.
- metaValueWithFailures(Class<R>) - Static method in class com.opengamma.strata.collect.result.ValueWithFailures
-
The meta-bean for ValueWithFailures.
- min() - Method in class com.opengamma.strata.collect.array.DoubleArray
-
Returns the minimum value held in the array.
- min() - Method in class com.opengamma.strata.collect.array.IntArray
-
Returns the minimum value held in the array.
- min() - Method in class com.opengamma.strata.collect.array.LongArray
-
Returns the minimum value held in the array.
- min(Comparator<? super Map.Entry<K, V>>) - Method in class com.opengamma.strata.collect.MapStream
-
- minKeys(Comparator<? super K>) - Method in class com.opengamma.strata.collect.MapStream
-
Finds the minimum entry in the stream by comparing the keys using the supplied comparator.
- minus(double) - Method in class com.opengamma.strata.collect.array.DoubleArray
-
Returns an instance with the specified amount subtracted from each value.
- minus(DoubleArray) - Method in class com.opengamma.strata.collect.array.DoubleArray
-
Returns an instance where each element is equal to the difference between the
matching values in this array and the other array.
- minus(DoubleMatrix) - Method in class com.opengamma.strata.collect.array.DoubleMatrix
-
Returns an instance where each element is equal to the difference between the
matching values in this matrix and the other matrix.
- minus(int) - Method in class com.opengamma.strata.collect.array.IntArray
-
Returns an instance with the specified amount subtracted from each value.
- minus(IntArray) - Method in class com.opengamma.strata.collect.array.IntArray
-
Returns an instance where each element is equal to the difference between the
matching values in this array and the other array.
- minus(long) - Method in class com.opengamma.strata.collect.array.LongArray
-
Returns an instance with the specified amount subtracted from each value.
- minus(LongArray) - Method in class com.opengamma.strata.collect.array.LongArray
-
Returns an instance where each element is equal to the difference between the
matching values in this array and the other array.
- minValues(Comparator<? super V>) - Method in class com.opengamma.strata.collect.MapStream
-
Finds the minimum entry in the stream by comparing the values using the supplied comparator.
- multipliedBy(double) - Method in class com.opengamma.strata.collect.array.DoubleArray
-
Returns an instance with each value multiplied by the specified factor.
- multipliedBy(DoubleArray) - Method in class com.opengamma.strata.collect.array.DoubleArray
-
Returns an instance where each element is equal to the product of the
matching values in this array and the other array.
- multipliedBy(double) - Method in class com.opengamma.strata.collect.array.DoubleMatrix
-
Returns an instance with each value multiplied by the specified factor.
- multipliedBy(int) - Method in class com.opengamma.strata.collect.array.IntArray
-
Returns an instance with each value multiplied by the specified factor.
- multipliedBy(IntArray) - Method in class com.opengamma.strata.collect.array.IntArray
-
Returns an instance where each element is equal to the product of the
matching values in this array and the other array.
- multipliedBy(long) - Method in class com.opengamma.strata.collect.array.LongArray
-
Returns an instance with each value multiplied by the specified factor.
- multipliedBy(LongArray) - Method in class com.opengamma.strata.collect.array.LongArray
-
Returns an instance where each element is equal to the product of the
matching values in this array and the other array.
- mutate(double[], DoubleUnaryOperator) - Static method in class com.opengamma.strata.collect.DoubleArrayMath
-
Mutates each element in the array using an operator by mutation.
- mutateByAddition(double[], double) - Static method in class com.opengamma.strata.collect.DoubleArrayMath
-
Adds a constant value to each element in the array by mutation.
- mutateByAddition(double[], double[]) - Static method in class com.opengamma.strata.collect.DoubleArrayMath
-
Adds values in two arrays together, mutating the first array.
- mutateByMultiplication(double[], double) - Static method in class com.opengamma.strata.collect.DoubleArrayMath
-
Multiplies each element in the array by a value by mutation.
- mutateByMultiplication(double[], double[]) - Static method in class com.opengamma.strata.collect.DoubleArrayMath
-
Multiplies values in two arrays, mutating the first array.
- Named - Interface in com.opengamma.strata.collect.named
-
A named instance.
- NamedEnum - Interface in com.opengamma.strata.collect.named
-
A named enum instance.
- NamedLookup<T extends Named> - Interface in com.opengamma.strata.collect.named
-
A lookup for named instances.
- namedThreadFactory() - Static method in class com.opengamma.strata.collect.Guavate
-
Creates a ThreadFactoryBuilder which names new threads with the name of the calling class plus a unique integer.
- namedThreadFactory(String) - Static method in class com.opengamma.strata.collect.Guavate
-
Creates a ThreadFactoryBuilder which names new threads with the given name prefix plus a unique integer.
- negate() - Method in interface com.opengamma.strata.collect.function.ObjDoublePredicate
-
Returns a new predicate that negates the result of this predicate.
- negate() - Method in interface com.opengamma.strata.collect.function.ObjIntPredicate
-
Returns a new predicate that negates the result of this predicate.
- negate() - Method in interface com.opengamma.strata.collect.function.ObjLongPredicate
-
Returns a new predicate that negates the result of this predicate.
- negate() - Method in interface com.opengamma.strata.collect.function.TriPredicate
-
Returns a new predicate that negates the result of this predicate.
- next() - Method in class com.opengamma.strata.collect.io.CsvIterator
-
Returns the next row from the CSV file.
- nextBatch(int) - Method in class com.opengamma.strata.collect.io.CsvIterator
-
Returns the next batch of rows from the CSV file.
- nextBatch(Predicate<CsvRow>) - Method in class com.opengamma.strata.collect.io.CsvIterator
-
Returns the next batch of rows from the CSV file using a predicate to determine the rows.
- noDuplicates(double[], String) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the specified argument array is non-null and does not contain any duplicate values.
- noDuplicatesSorted(double[], String) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the specified argument array is non-null, sorted, and does not contain any duplicate values.
- noneMatch(BiPredicate<? super K, ? super V>) - Method in class com.opengamma.strata.collect.MapStream
-
Returns whether no elements of this stream match the provided predicate.
- noneMatch(Predicate<? super Map.Entry<K, V>>) - Method in class com.opengamma.strata.collect.MapStream
-
- noNulls(T[], String) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the specified argument array is non-null and contains no nulls.
- noNulls(I, String) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the specified argument collection is non-null and contains no nulls.
- noNulls(M, String) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the specified argument map is non-null and contains no nulls.
- not(Predicate<R>) - Static method in class com.opengamma.strata.collect.Guavate
-
Returns a predicate that negates the original.
- notBlank(String, String) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the specified argument is non-null and not blank.
- notEmpty(String, String) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the specified argument is non-null and not empty.
- notEmpty(T[], String) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the specified argument array is non-null and not empty.
- notEmpty(int[], String) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the specified argument array is non-null and not empty.
- notEmpty(long[], String) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the specified argument array is non-null and not empty.
- notEmpty(double[], String) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the specified argument array is non-null and not empty.
- notEmpty(I, String) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the specified argument iterable is non-null and not empty.
- notEmpty(C, String) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the specified argument collection is non-null and not empty.
- notEmpty(M, String) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the specified argument map is non-null and not empty.
- notNaN(double, String) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the argument is a number and not NaN.
- notNegative(int, String) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the argument is not negative.
- notNegative(long, String) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the argument is not negative.
- notNegative(double, String) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the argument is not negative.
- notNegativeOrZero(int, String) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the argument is not negative or zero.
- notNegativeOrZero(long, String) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the argument is not negative or zero.
- notNegativeOrZero(double, String) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the argument is not negative or zero.
- notNegativeOrZero(double, double, String) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the argument is greater than zero to within a given accuracy.
- notNull(T, String) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the specified argument is non-null.
- notNullItem(T) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the specified item is non-null.
- notZero(double, String) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the argument is not equal to zero.
- notZero(double, double, String) - Static method in class com.opengamma.strata.collect.ArgChecker
-
Checks that the argument is not equal to zero to within a given accuracy.
- NumberFormatter - Class in com.opengamma.strata.collect
-
Provides the ability to parse and format numbers.
- ObjDoubleFunction<T,R> - Interface in com.opengamma.strata.collect.function
-
A function of two arguments - one object and one double.
- ObjDoublePair<A> - Class in com.opengamma.strata.collect.tuple
-
An immutable pair consisting of an Object and a double.
- ObjDoublePair.Meta<A> - Class in com.opengamma.strata.collect.tuple
-
The meta-bean for ObjDoublePair.
- ObjDoublePredicate<T> - Interface in com.opengamma.strata.collect.function
-
A predicate of two arguments - one object and one double.
- ObjDoubleToDoubleFunction<T> - Interface in com.opengamma.strata.collect.function
-
A function of two arguments - one object and one double - that returns a double.
- ObjIntFunction<T,R> - Interface in com.opengamma.strata.collect.function
-
A function of two arguments - one object and one int.
- ObjIntPair<A> - Class in com.opengamma.strata.collect.tuple
-
An immutable pair consisting of an Object and an int.
- ObjIntPair.Meta<A> - Class in com.opengamma.strata.collect.tuple
-
The meta-bean for ObjIntPair.
- ObjIntPredicate<T> - Interface in com.opengamma.strata.collect.function
-
A predicate of two arguments - one object and one int.
- ObjLongFunction<T,R> - Interface in com.opengamma.strata.collect.function
-
A function of two arguments - one object and one long.
- ObjLongPredicate<T> - Interface in com.opengamma.strata.collect.function
-
A predicate of two arguments - one object and one long.
- of() - Static method in class com.opengamma.strata.collect.array.DoubleArray
-
Obtains an empty immutable array.
- of(double) - Static method in class com.opengamma.strata.collect.array.DoubleArray
-
Obtains an immutable array with a single value.
- of(double, double) - Static method in class com.opengamma.strata.collect.array.DoubleArray
-
Obtains an immutable array with two values.
- of(double, double, double) - Static method in class com.opengamma.strata.collect.array.DoubleArray
-
Obtains an immutable array with three values.
- of(double, double, double, double) - Static method in class com.opengamma.strata.collect.array.DoubleArray
-
Obtains an immutable array with four values.
- of(double, double, double, double, double) - Static method in class com.opengamma.strata.collect.array.DoubleArray
-
Obtains an immutable array with five values.
- of(double, double, double, double, double, double) - Static method in class com.opengamma.strata.collect.array.DoubleArray
-
Obtains an immutable array with six values.
- of(double, double, double, double, double, double, double) - Static method in class com.opengamma.strata.collect.array.DoubleArray
-
Obtains an immutable array with seven values.
- of(double, double, double, double, double, double, double, double) - Static method in class com.opengamma.strata.collect.array.DoubleArray
-
Obtains an immutable array with eight values.
- of(double, double, double, double, double, double, double, double, double...) - Static method in class com.opengamma.strata.collect.array.DoubleArray
-
Obtains an immutable array with more than eight values.
- of(int, IntToDoubleFunction) - Static method in class com.opengamma.strata.collect.array.DoubleArray
-
Obtains an instance with entries filled using a function.
- of(DoubleStream) - Static method in class com.opengamma.strata.collect.array.DoubleArray
-
Obtains an instance with entries filled from a stream.
- of() - Static method in class com.opengamma.strata.collect.array.DoubleMatrix
-
Obtains an empty instance.
- of(int, int, double...) - Static method in class com.opengamma.strata.collect.array.DoubleMatrix
-
Obtains an immutable array with the specified size and values.
- of(int, int, IntIntToDoubleFunction) - Static method in class com.opengamma.strata.collect.array.DoubleMatrix
-
Obtains an instance with entries filled using a function.
- of() - Static method in class com.opengamma.strata.collect.array.IntArray
-
Obtains an empty immutable array.
- of(int) - Static method in class com.opengamma.strata.collect.array.IntArray
-
Obtains an immutable array with a single value.
- of(int, int) - Static method in class com.opengamma.strata.collect.array.IntArray
-
Obtains an immutable array with two values.
- of(int, int, int) - Static method in class com.opengamma.strata.collect.array.IntArray
-
Obtains an immutable array with three values.
- of(int, int, int, int) - Static method in class com.opengamma.strata.collect.array.IntArray
-
Obtains an immutable array with four values.
- of(int, int, int, int, int) - Static method in class com.opengamma.strata.collect.array.IntArray
-
Obtains an immutable array with five values.
- of(int, int, int, int, int, int) - Static method in class com.opengamma.strata.collect.array.IntArray
-
Obtains an immutable array with six values.
- of(int, int, int, int, int, int, int) - Static method in class com.opengamma.strata.collect.array.IntArray
-
Obtains an immutable array with seven values.
- of(int, int, int, int, int, int, int, int) - Static method in class com.opengamma.strata.collect.array.IntArray
-
Obtains an immutable array with eight values.
- of(int, int, int, int, int, int, int, int, int...) - Static method in class com.opengamma.strata.collect.array.IntArray
-
Obtains an immutable array with more than eight values.
- of(int, IntUnaryOperator) - Static method in class com.opengamma.strata.collect.array.IntArray
-
Obtains an instance with entries filled using a function.
- of(IntStream) - Static method in class com.opengamma.strata.collect.array.IntArray
-
Obtains an instance with entries filled from a stream.
- of() - Static method in class com.opengamma.strata.collect.array.LongArray
-
Obtains an empty immutable array.
- of(long) - Static method in class com.opengamma.strata.collect.array.LongArray
-
Obtains an immutable array with a single value.
- of(long, long) - Static method in class com.opengamma.strata.collect.array.LongArray
-
Obtains an immutable array with two values.
- of(long, long, long) - Static method in class com.opengamma.strata.collect.array.LongArray
-
Obtains an immutable array with three values.
- of(long, long, long, long) - Static method in class com.opengamma.strata.collect.array.LongArray
-
Obtains an immutable array with four values.
- of(long, long, long, long, long) - Static method in class com.opengamma.strata.collect.array.LongArray
-
Obtains an immutable array with five values.
- of(long, long, long, long, long, long) - Static method in class com.opengamma.strata.collect.array.LongArray
-
Obtains an immutable array with six values.
- of(long, long, long, long, long, long, long) - Static method in class com.opengamma.strata.collect.array.LongArray
-
Obtains an immutable array with seven values.
- of(long, long, long, long, long, long, long, long) - Static method in class com.opengamma.strata.collect.array.LongArray
-
Obtains an immutable array with eight values.
- of(long, long, long, long, long, long, long, long, long...) - Static method in class com.opengamma.strata.collect.array.LongArray
-
Obtains an immutable array with more than eight values.
- of(int, IntToLongFunction) - Static method in class com.opengamma.strata.collect.array.LongArray
-
Obtains an instance with entries filled using a function.
- of(LongStream) - Static method in class com.opengamma.strata.collect.array.LongArray
-
Obtains an instance with entries filled from a stream.
- of(ExecutorService) - Static method in class com.opengamma.strata.collect.concurrent.CloseableExecutor
-
Returns a closeable executor that wraps a passed in executor.
- of(ExecutorService, Duration) - Static method in class com.opengamma.strata.collect.concurrent.CloseableExecutor
-
Returns a closeable executor that wraps a passed in executor.
- of(String) - Static method in enum com.opengamma.strata.collect.io.AsciiTableAlignment
-
Obtains an instance from the specified name.
- of(CharSource, boolean) - Static method in class com.opengamma.strata.collect.io.CsvFile
-
Parses the specified source as a CSV file, using a comma as the separator.
- of(CharSource, boolean, char) - Static method in class com.opengamma.strata.collect.io.CsvFile
-
Parses the specified source as a CSV file where the separator is specified and might not be a comma.
- of(Reader, boolean) - Static method in class com.opengamma.strata.collect.io.CsvFile
-
Parses the specified reader as a CSV file, using a comma as the separator.
- of(Reader, boolean, char) - Static method in class com.opengamma.strata.collect.io.CsvFile
-
Parses the specified reader as a CSV file where the separator is specified and might not be a comma.
- of(List<String>, List<? extends List<String>>) - Static method in class com.opengamma.strata.collect.io.CsvFile
-
Obtains an instance from a list of headers and rows.
- of(CharSource, boolean) - Static method in class com.opengamma.strata.collect.io.CsvIterator
-
Parses the specified source as a CSV file, using a comma as the separator.
- of(CharSource, boolean, char) - Static method in class com.opengamma.strata.collect.io.CsvIterator
-
Parses the specified source as a CSV file where the separator is specified and might not be a comma.
- of(Reader, boolean) - Static method in class com.opengamma.strata.collect.io.CsvIterator
-
Parses the specified reader as a CSV file, using a comma as the separator.
- of(Reader, boolean, char) - Static method in class com.opengamma.strata.collect.io.CsvIterator
-
Parses the specified reader as a CSV file where the separator is specified and might not be a comma.
- of(File) - Static method in class com.opengamma.strata.collect.io.FileByteSource
-
Creates an instance based on the underlying file.
- of(Path) - Static method in class com.opengamma.strata.collect.io.FileByteSource
-
Creates an instance based on a file path.
- of(CharSource) - Static method in class com.opengamma.strata.collect.io.IniFile
-
Parses the specified source as an INI file.
- of(Map<String, PropertySet>) - Static method in class com.opengamma.strata.collect.io.IniFile
-
Obtains an instance, specifying the map of section to properties.
- of(CharSource) - Static method in class com.opengamma.strata.collect.io.PropertiesFile
-
Parses the specified source as a properties file.
- of(PropertySet) - Static method in class com.opengamma.strata.collect.io.PropertiesFile
-
Obtains an instance from a key-value property set.
- of(Map<String, String>) - Static method in class com.opengamma.strata.collect.io.PropertySet
-
Obtains an instance from a map.
- of(Multimap<String, String>) - Static method in class com.opengamma.strata.collect.io.PropertySet
-
Obtains an instance from a map allowing for multiple values for each key.
- of(String) - Static method in class com.opengamma.strata.collect.io.ResourceLocator
-
Creates a resource from a string locator.
- of(URI) - Static method in class com.opengamma.strata.collect.io.UriByteSource
-
Creates an instance based on the underlying URI.
- of(URL) - Static method in class com.opengamma.strata.collect.io.UriByteSource
-
Creates an instance based on the underlying URL.
- of(ByteSource) - Static method in class com.opengamma.strata.collect.io.XmlFile
-
Parses the specified source as an XML file to an in-memory DOM-like structure.
- of(ByteSource, String) - Static method in class com.opengamma.strata.collect.io.XmlFile
-
Parses the specified source as an XML file to an in-memory DOM-like structure.
- of(Map<K, V>) - Static method in class com.opengamma.strata.collect.MapStream
-
Returns a stream over the entries in the map.
- of(Multimap<K, V>) - Static method in class com.opengamma.strata.collect.MapStream
-
Returns a stream over all the entries in the multimap.
- of(Collection<V>) - Static method in class com.opengamma.strata.collect.MapStream
-
Returns a stream of map entries where the keys and values are taken from a collection.
- of(Stream<V>) - Static method in class com.opengamma.strata.collect.MapStream
-
Returns a stream of map entries where the keys and values are taken from a stream.
- of(Collection<V>, Function<? super V, ? extends K>) - Static method in class com.opengamma.strata.collect.MapStream
-
Returns a stream of map entries where the values are taken from a collection
and the keys are created by applying a function to each value.
- of(Collection<T>, Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Static method in class com.opengamma.strata.collect.MapStream
-
Returns a stream of map entries where the keys and values are extracted from a
collection by applying a function to each item in the collection.
- of(Stream<V>, Function<? super V, ? extends K>) - Static method in class com.opengamma.strata.collect.MapStream
-
Returns a stream of map entries where the values are taken from a stream
and the keys are created by applying a function to each value.
- of(Stream<T>, Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Static method in class com.opengamma.strata.collect.MapStream
-
Returns a stream of map entries where the keys and values are extracted from a
stream by applying a function to each item in the stream.
- of(Class<R>) - Static method in class com.opengamma.strata.collect.named.CombinedExtendedEnum
-
Obtains a combined extended enum instance.
- of(Class<T>) - Static method in class com.opengamma.strata.collect.named.EnumNames
-
Creates an instance deriving the formatted string from the enum constant name.
- of(Class<R>) - Static method in class com.opengamma.strata.collect.named.ExtendedEnum
-
Obtains an extended enum instance.
- of(Class<T>, String) - Static method in interface com.opengamma.strata.collect.named.Named
-
Obtains an instance of the specified named type by name.
- of(boolean, int) - Static method in class com.opengamma.strata.collect.NumberFormatter
-
Obtains a standard formatter configured by grouping and decimal places.
- of(boolean, int, int) - Static method in class com.opengamma.strata.collect.NumberFormatter
-
Obtains a standard formatter configured by grouping and decimal places.
- of(FailureReason, String, Object...) - Static method in class com.opengamma.strata.collect.result.Failure
-
Obtains a failure from a reason and message.
- of(FailureReason, Throwable, String, Object...) - Static method in class com.opengamma.strata.collect.result.Failure
-
Obtains a failure from a reason, message and throwable.
- of(FailureReason, Exception, String, Object...) - Static method in class com.opengamma.strata.collect.result.Failure
-
Obtains a failure from a reason, message and exception.
- of(FailureReason, Throwable) - Static method in class com.opengamma.strata.collect.result.Failure
-
Obtains a failure from a reason and throwable.
- of(FailureReason, Exception) - Static method in class com.opengamma.strata.collect.result.Failure
-
Obtains a failure from a reason and exception.
- of(FailureItem) - Static method in class com.opengamma.strata.collect.result.Failure
-
Obtains a failure for a single failure item.
- of(FailureItem, FailureItem...) - Static method in class com.opengamma.strata.collect.result.Failure
-
Obtains a failure for multiple failure items.
- of(Collection<FailureItem>) - Static method in class com.opengamma.strata.collect.result.Failure
-
Obtains a failure for a non-empty collection of failure items.
- of(FailureReason, String, Object...) - Static method in class com.opengamma.strata.collect.result.FailureItem
-
Obtains a failure from a reason and message.
- of(FailureReason, Throwable) - Static method in class com.opengamma.strata.collect.result.FailureItem
-
Obtains a failure from a reason and exception.
- of(FailureReason, Throwable, String, Object...) - Static method in class com.opengamma.strata.collect.result.FailureItem
-
Obtains a failure from a reason, throwable and message.
- of(FailureItem...) - Static method in class com.opengamma.strata.collect.result.FailureItems
-
Creates an instance from the list of failures.
- of(List<FailureItem>) - Static method in class com.opengamma.strata.collect.result.FailureItems
-
Creates an instance from the list of failures.
- of(String) - Static method in enum com.opengamma.strata.collect.result.FailureReason
-
Obtains an instance from the specified name.
- of(Supplier<T>) - Static method in class com.opengamma.strata.collect.result.Result
-
Creates a success Result wrapping the value produced by the
supplier.
- of(T, FailureItem...) - Static method in class com.opengamma.strata.collect.result.ValueWithFailures
-
Creates an instance wrapping the success value and failures.
- of(T, List<FailureItem>) - Static method in class com.opengamma.strata.collect.result.ValueWithFailures
-
Creates an instance wrapping the success value and failures.
- of(T, Collection<FailureItem>) - Static method in class com.opengamma.strata.collect.result.ValueWithFailures
-
Creates an instance wrapping the success value and failures.
- of(T, Supplier<T>) - Static method in class com.opengamma.strata.collect.result.ValueWithFailures
-
Creates an instance using a supplier.
- of(LocalDate, double) - Static method in class com.opengamma.strata.collect.timeseries.LocalDateDoublePoint
-
Obtains a point from date and value.
- of(LocalDate, double) - Static method in interface com.opengamma.strata.collect.timeseries.LocalDateDoubleTimeSeries
-
Obtains a time-series containing a single date and value.
- of(double, double) - Static method in class com.opengamma.strata.collect.tuple.DoublesPair
-
Obtains an instance from two double elements.
- of(int, double) - Static method in class com.opengamma.strata.collect.tuple.IntDoublePair
-
Obtains an instance from an int and a double.
- of(long, double) - Static method in class com.opengamma.strata.collect.tuple.LongDoublePair
-
Obtains an instance from a long and a double.
- of(A, double) - Static method in class com.opengamma.strata.collect.tuple.ObjDoublePair
-
Obtains an instance from an Object and a double.
- of(A, int) - Static method in class com.opengamma.strata.collect.tuple.ObjIntPair
-
Obtains an instance from an Object and an int.
- of(A, B) - Static method in class com.opengamma.strata.collect.tuple.Pair
-
Obtains a pair inferring the types.
- of(A, B, C) - Static method in class com.opengamma.strata.collect.tuple.Triple
-
Obtains a triple inferring the types.
- ofArrayObjects(int, int, IntFunction<DoubleArray>) - Static method in class com.opengamma.strata.collect.array.DoubleMatrix
-
Obtains an instance with entries filled using a function.
- ofArrays(int, int, IntFunction<double[]>) - Static method in class com.opengamma.strata.collect.array.DoubleMatrix
-
Obtains an instance with entries filled using a function.
- ofChildren(String, List<XmlElement>) - Static method in class com.opengamma.strata.collect.io.XmlElement
-
Obtains an instance with children and no attributes.
- ofChildren(String, Map<String, String>, List<XmlElement>) - Static method in class com.opengamma.strata.collect.io.XmlElement
-
Obtains an instance with children and attributes.
- ofClasspath(String) - Static method in class com.opengamma.strata.collect.io.ResourceLocator
-
Creates a resource from a fully qualified resource name.
- ofClasspath(Class<?>, String) - Static method in class com.opengamma.strata.collect.io.ResourceLocator
-
Creates a resource locator for a classpath resource which is associated with a class.
- ofClasspathUrl(URL) - Static method in class com.opengamma.strata.collect.io.ResourceLocator
-
Creates a resource from a URL.
- ofContent(String) - Static method in class com.opengamma.strata.collect.io.CharSources
-
Obtains an instance of
CharSource from a text variable, specified as a
String object.
- ofContent(byte[]) - Static method in class com.opengamma.strata.collect.io.CharSources
-
Obtains an instance of
CharSource from a text variable, specified as a byte array.
- ofContent(byte[], Charset) - Static method in class com.opengamma.strata.collect.io.CharSources
-
Obtains an instance of
CharSource from a text variable, specified as a byte array.
- ofContent(String, String) - Static method in class com.opengamma.strata.collect.io.XmlElement
-
Obtains an instance with content and no attributes.
- ofContent(String, Map<String, String>, String) - Static method in class com.opengamma.strata.collect.io.XmlElement
-
Obtains an instance with content and attributes.
- ofFile(File) - Static method in class com.opengamma.strata.collect.io.CharSources
-
Obtains an instance of
CharSource from a file object, specified as a
File.
- ofFile(File, Charset) - Static method in class com.opengamma.strata.collect.io.CharSources
-
Obtains an instance of
CharSource from a file object, specified as a
File.
- ofFile(File) - Static method in class com.opengamma.strata.collect.io.ResourceLocator
-
Creates a resource from a File.
- ofFileName(String) - Static method in class com.opengamma.strata.collect.io.CharSources
-
Obtains an instance of
CharSource from a file name, specified as a String.
- ofFileName(String, Charset) - Static method in class com.opengamma.strata.collect.io.CharSources
-
Obtains an instance of
CharSource from a file name, specified as a String.
- ofLocalizedNumber(Locale) - Static method in class com.opengamma.strata.collect.NumberFormatter
-
Obtains a number formatter for general-purpose use in the specified locale.
- ofManualToString(Class<T>) - Static method in class com.opengamma.strata.collect.named.EnumNames
-
Creates an instance where the toString method is written manually.
- ofNullable(R, FailureReason, String, Object...) - Static method in class com.opengamma.strata.collect.result.Result
-
Returns a success result containing the value if it is non-null, else returns a failure result
with the specified reason and message.
- ofNullable(R) - Static method in class com.opengamma.strata.collect.result.Result
-
Returns a success result containing the value if it is non-null, else returns a failure result
with a reason of
FailureReason.MISSING_DATA and message to say an unexpected null was found.
- ofPair(Pair<Double, Double>) - Static method in class com.opengamma.strata.collect.tuple.DoublesPair
-
Obtains an instance from a Pair.
- ofPair(Pair<Integer, Double>) - Static method in class com.opengamma.strata.collect.tuple.IntDoublePair
-
Obtains an instance from a Pair.
- ofPair(Pair<Long, Double>) - Static method in class com.opengamma.strata.collect.tuple.LongDoublePair
-
Obtains an instance from a Pair.
- ofPair(Pair<A, Double>) - Static method in class com.opengamma.strata.collect.tuple.ObjDoublePair
-
Obtains an instance from a Pair.
- ofPair(Pair<A, Integer>) - Static method in class com.opengamma.strata.collect.tuple.ObjIntPair
-
Obtains an instance from a Pair.
- ofPath(Path) - Static method in class com.opengamma.strata.collect.io.CharSources
-
Obtains an instance of
CharSource from a file path, specified as a
Path.
- ofPath(Path, Charset) - Static method in class com.opengamma.strata.collect.io.CharSources
-
Obtains an instance of
CharSource from a file path, specified as a
Path.
- ofPath(Path) - Static method in class com.opengamma.strata.collect.io.ResourceLocator
-
Creates a resource from a Path.
- ofPattern(String, Locale) - Static method in class com.opengamma.strata.collect.NumberFormatter
-
Obtains a formatter based on a pattern in the specified locale.
- ofPercentage(boolean, int, int) - Static method in class com.opengamma.strata.collect.NumberFormatter
-
Obtains a formatter for decimal percentages configured by grouping and decimal places.
- ofUnsafe(double[]) - Static method in class com.opengamma.strata.collect.array.DoubleArray
-
Obtains an instance by wrapping an array.
- ofUnsafe(double[][]) - Static method in class com.opengamma.strata.collect.array.DoubleMatrix
-
Obtains an instance by wrapping a double[][].
- ofUnsafe(int[]) - Static method in class com.opengamma.strata.collect.array.IntArray
-
Obtains an instance by wrapping an array.
- ofUnsafe(long[]) - Static method in class com.opengamma.strata.collect.array.LongArray
-
Obtains an instance by wrapping an array.
- ofUnsafe(byte[]) - Static method in class com.opengamma.strata.collect.io.ArrayByteSource
-
Obtains an instance, not copying the array.
- ofUrl(URL) - Static method in class com.opengamma.strata.collect.io.CharSources
-
Obtains an instance of
CharSource from a URL, specified as a
URL object.
- ofUrl(URL, Charset) - Static method in class com.opengamma.strata.collect.io.CharSources
-
Obtains an instance of
CharSource from an URL, specified as a
URL object.
- ofUrl(URL) - Static method in class com.opengamma.strata.collect.io.ResourceLocator
-
Creates a resource from a URL.
- ofUtf8(String) - Static method in class com.opengamma.strata.collect.io.ArrayByteSource
-
Obtains an instance from a string using UTF-8.
- onClose(Runnable) - Method in class com.opengamma.strata.collect.MapStream
-
- openBufferedStream() - Method in class com.opengamma.strata.collect.io.ArrayByteSource
-
- openStream() - Method in class com.opengamma.strata.collect.io.ArrayByteSource
-
- openStream() - Method in class com.opengamma.strata.collect.io.FileByteSource
-
- openStream() - Method in class com.opengamma.strata.collect.io.UriByteSource
-
- or(ObjDoublePredicate<? super T>) - Method in interface com.opengamma.strata.collect.function.ObjDoublePredicate
-
Returns a new predicate that returns true if either predicates returns true.
- or(ObjIntPredicate<? super T>) - Method in interface com.opengamma.strata.collect.function.ObjIntPredicate
-
Returns a new predicate that returns true if either predicates returns true.
- or(ObjLongPredicate<? super T>) - Method in interface com.opengamma.strata.collect.function.ObjLongPredicate
-
Returns a new predicate that returns true if either predicates returns true.
- or(TriPredicate<? super T, ? super U, ? super V>) - Method in interface com.opengamma.strata.collect.function.TriPredicate
-
Returns a new predicate that returns true if either predicates returns true.
- orderedResources(String) - Static method in class com.opengamma.strata.collect.io.ResourceConfig
-
Obtains an ordered list of resource locators.
- overrideWith(PropertySet) - Method in class com.opengamma.strata.collect.io.PropertySet
-
Overrides this property set with another.
- safe(Appendable) - Static method in class com.opengamma.strata.collect.io.CsvOutput
-
Creates an instance, using the system default line separator and using a comma separator.
- safe(Appendable, String) - Static method in class com.opengamma.strata.collect.io.CsvOutput
-
Creates an instance, allowing the new line character to be controlled and using a comma separator.
- safe(Appendable, String, String) - Static method in class com.opengamma.strata.collect.io.CsvOutput
-
Creates an instance, allowing the new line character to be controlled, specifying the separator.
- SafeFiles - Class in com.opengamma.strata.collect.io
-
Provides methods to operate on files using Path that avoid leaking file handles.
- second() - Method in class com.opengamma.strata.collect.tuple.DoublesPair.Meta
-
The meta-property for the second property.
- second() - Method in class com.opengamma.strata.collect.tuple.IntDoublePair.Meta
-
The meta-property for the second property.
- second() - Method in class com.opengamma.strata.collect.tuple.LongDoublePair.Meta
-
The meta-property for the second property.
- second() - Method in class com.opengamma.strata.collect.tuple.ObjDoublePair.Meta
-
The meta-property for the second property.
- second() - Method in class com.opengamma.strata.collect.tuple.ObjIntPair.Meta
-
The meta-property for the second property.
- second() - Method in class com.opengamma.strata.collect.tuple.Pair.Meta
-
The meta-property for the second property.
- second() - Method in class com.opengamma.strata.collect.tuple.Triple.Meta
-
The meta-property for the second property.
- section(String) - Method in class com.opengamma.strata.collect.io.IniFile
-
Gets a single section of this INI file.
- sections() - Method in class com.opengamma.strata.collect.io.IniFile
-
Returns the set of sections of this INI file.
- sequential() - Method in class com.opengamma.strata.collect.MapStream
-
- size() - Method in class com.opengamma.strata.collect.array.DoubleArray
-
Gets the size of this array.
- size() - Method in class com.opengamma.strata.collect.array.DoubleMatrix
-
Gets the size of this matrix.
- size() - Method in class com.opengamma.strata.collect.array.IntArray
-
Gets the size of this array.
- size() - Method in class com.opengamma.strata.collect.array.LongArray
-
Gets the size of this array.
- size() - Method in interface com.opengamma.strata.collect.array.Matrix
-
Gets the size of the matrix.
- size() - Method in class com.opengamma.strata.collect.io.ArrayByteSource
-
- size() - Method in class com.opengamma.strata.collect.io.BeanByteSource
-
Gets the size of the byte source, throwing an unchecked exception.
- size() - Method in class com.opengamma.strata.collect.io.FileByteSource
-
- size() - Method in interface com.opengamma.strata.collect.timeseries.LocalDateDoubleTimeSeries
-
Return the size of this time-series.
- size() - Method in class com.opengamma.strata.collect.tuple.DoublesPair
-
Gets the number of elements held by this pair.
- size() - Method in class com.opengamma.strata.collect.tuple.IntDoublePair
-
Gets the number of elements held by this pair.
- size() - Method in class com.opengamma.strata.collect.tuple.LongDoublePair
-
Gets the number of elements held by this pair.
- size() - Method in class com.opengamma.strata.collect.tuple.ObjDoublePair
-
Gets the number of elements held by this pair.
- size() - Method in class com.opengamma.strata.collect.tuple.ObjIntPair
-
Gets the number of elements held by this pair.
- size() - Method in class com.opengamma.strata.collect.tuple.Pair
-
Gets the number of elements held by this pair.
- size() - Method in class com.opengamma.strata.collect.tuple.Triple
-
Gets the number of elements held by this triple.
- size() - Method in interface com.opengamma.strata.collect.tuple.Tuple
-
Gets the number of elements held by this tuple.
- sizeIfKnown() - Method in class com.opengamma.strata.collect.io.ArrayByteSource
-
Gets the size, which is always known.
- sizeIfKnown() - Method in class com.opengamma.strata.collect.io.FileByteSource
-
- skip(long) - Method in class com.opengamma.strata.collect.MapStream
-
- slice(long, long) - Method in class com.opengamma.strata.collect.io.ArrayByteSource
-
- sorted() - Method in class com.opengamma.strata.collect.array.DoubleArray
-
Returns a sorted copy of this array.
- sorted() - Method in class com.opengamma.strata.collect.array.IntArray
-
Returns a sorted copy of this array.
- sorted() - Method in class com.opengamma.strata.collect.array.LongArray
-
Returns a sorted copy of this array.
- sorted() - Method in class com.opengamma.strata.collect.MapStream
-
- sorted(Comparator<? super Map.Entry<K, V>>) - Method in class com.opengamma.strata.collect.MapStream
-
- sortedKeys() - Method in class com.opengamma.strata.collect.MapStream
-
Sorts the entries in the stream by comparing the keys using their natural ordering.
- sortedKeys(Comparator<? super K>) - Method in class com.opengamma.strata.collect.MapStream
-
Sorts the entries in the stream by comparing the keys using the supplied comparator.
- sortedValues() - Method in class com.opengamma.strata.collect.MapStream
-
Sorts the entries in the stream by comparing the values using their natural ordering.
- sortedValues(Comparator<? super V>) - Method in class com.opengamma.strata.collect.MapStream
-
Sorts the entries in the stream by comparing the values using the supplied comparator.
- sortPairs(double[], double[]) - Static method in class com.opengamma.strata.collect.DoubleArrayMath
-
Sorts the two arrays, retaining the associated values with the sorted keys.
- sortPairs(double[], int[]) - Static method in class com.opengamma.strata.collect.DoubleArrayMath
-
Sorts the two arrays, retaining the associated values with the sorted keys.
- sortPairs(double[], V[]) - Static method in class com.opengamma.strata.collect.DoubleArrayMath
-
Sorts the two arrays, retaining the associated values with the sorted keys.
- spliterator() - Method in class com.opengamma.strata.collect.MapStream
-
- splittingBySize(int) - Static method in class com.opengamma.strata.collect.Guavate
-
Collector used at the end of a stream to build an immutable list of
immutable lists of size equal to or less than size.
- stackTrace() - Method in class com.opengamma.strata.collect.result.FailureItem.Meta
-
The meta-property for the stackTrace property.
- standard(Appendable) - Static method in class com.opengamma.strata.collect.io.CsvOutput
-
Creates an instance, using the system default line separator and using a comma separator.
- standard(Appendable, String) - Static method in class com.opengamma.strata.collect.io.CsvOutput
-
Creates an instance, allowing the new line character to be controlled and using a comma separator.
- standard(Appendable, String, String) - Static method in class com.opengamma.strata.collect.io.CsvOutput
-
Creates an instance, allowing the new line character to be controlled, specifying the separator.
- standard(Appendable) - Static method in class com.opengamma.strata.collect.io.IniFileOutput
-
Creates an instance, using the system default line separator and including
additional whitespace around the '=' separator.
- standard(Appendable, String) - Static method in class com.opengamma.strata.collect.io.IniFileOutput
-
Creates an instance, allowing the new line separator to be controlled and including
additional whitespace around the '=' separator.
- standard(Appendable, boolean) - Static method in class com.opengamma.strata.collect.io.IniFileOutput
-
Creates an instance, using the system default line separator and allowing
the padding around the '=' separator to be controlled.
- standard(Appendable, boolean, String) - Static method in class com.opengamma.strata.collect.io.IniFileOutput
-
Creates an instance, allowing the new line separator and the padding around
the '=' separator to be controlled.
- stream() - Method in class com.opengamma.strata.collect.array.DoubleArray
-
Returns a stream over the array values.
- stream() - Method in class com.opengamma.strata.collect.array.IntArray
-
Returns a stream over the array values.
- stream() - Method in class com.opengamma.strata.collect.array.LongArray
-
Returns a stream over the array values.
- stream(Iterable<T>) - Static method in class com.opengamma.strata.collect.Guavate
-
Converts an iterable to a serial stream.
- stream(Optional<T>) - Static method in class com.opengamma.strata.collect.Guavate
-
Converts an optional to a stream with zero or one elements.
- stream() - Method in class com.opengamma.strata.collect.result.Result
-
Converts this result to a stream.
- stream() - Method in interface com.opengamma.strata.collect.timeseries.LocalDateDoubleTimeSeries
-
Returns a stream over the points of this time-series.
- streamChildren(String) - Method in class com.opengamma.strata.collect.io.XmlElement
-
Gets the child elements matching the specified name.
- subArray(int) - Method in class com.opengamma.strata.collect.array.DoubleArray
-
Returns an array holding the values from the specified index onwards.
- subArray(int, int) - Method in class com.opengamma.strata.collect.array.DoubleArray
-
Returns an array holding the values between the specified from and to indices.
- subArray(int) - Method in class com.opengamma.strata.collect.array.IntArray
-
Returns an array holding the values from the specified index onwards.
- subArray(int, int) - Method in class com.opengamma.strata.collect.array.IntArray
-
Returns an array holding the values between the specified from and to indices.
- subArray(int) - Method in class com.opengamma.strata.collect.array.LongArray
-
Returns an array holding the values from the specified index onwards.
- subArray(int, int) - Method in class com.opengamma.strata.collect.array.LongArray
-
Returns an array holding the values between the specified from and to indices.
- subRow(int) - Method in class com.opengamma.strata.collect.io.CsvRow
-
Obtains a sub-row, containing a selection of fields by index.
- subRow(int, int) - Method in class com.opengamma.strata.collect.io.CsvRow
-
Obtains a sub-row, containing a selection of fields by index.
- subSeries(LocalDate, LocalDate) - Method in interface com.opengamma.strata.collect.timeseries.LocalDateDoubleTimeSeries
-
Gets part of this series as a sub-series between two dates.
- success(R) - Static method in class com.opengamma.strata.collect.result.Result
-
Creates a successful result wrapping a value.
- sum() - Method in class com.opengamma.strata.collect.array.DoubleArray
-
Returns the sum of all the values in the array.
- sum() - Method in class com.opengamma.strata.collect.array.IntArray
-
Returns the sum of all the values in the array.
- sum() - Method in class com.opengamma.strata.collect.array.LongArray
-
Returns the sum of all the values in the array.
- sum(double[]) - Static method in class com.opengamma.strata.collect.DoubleArrayMath
-
Calculates the sum total of all the elements in the array.
- supplier(CheckedSupplier<R>) - Static method in class com.opengamma.strata.collect.Unchecked
-
Converts checked exceptions to unchecked based on the Supplier interface.
- tailSeries(int) - Method in interface com.opengamma.strata.collect.timeseries.LocalDateDoubleTimeSeries
-
Gets part of this series as a sub-series, choosing the latest entries.
- test(T, U) - Method in interface com.opengamma.strata.collect.function.CheckedBiPredicate
-
Evaluates this predicate on the given arguments.
- test(T) - Method in interface com.opengamma.strata.collect.function.CheckedPredicate
-
Evaluates this predicate on the given argument.
- test(int, double) - Method in interface com.opengamma.strata.collect.function.IntDoublePredicate
-
Evaluates the predicate.
- test(int, int, double) - Method in interface com.opengamma.strata.collect.function.IntIntDoublePredicate
-
Evaluates the predicate.
- test(T, double) - Method in interface com.opengamma.strata.collect.function.ObjDoublePredicate
-
Evaluates the predicate.
- test(T, int) - Method in interface com.opengamma.strata.collect.function.ObjIntPredicate
-
Evaluates the predicate.
- test(T, long) - Method in interface com.opengamma.strata.collect.function.ObjLongPredicate
-
Evaluates the predicate.
- test(T, U, V) - Method in interface com.opengamma.strata.collect.function.TriPredicate
-
Applies this predicate to the given arguments.
- third() - Method in class com.opengamma.strata.collect.tuple.Triple.Meta
-
The meta-property for the third property.
- toArray() - Method in class com.opengamma.strata.collect.array.DoubleArray
-
Converts this instance to an independent double[].
- toArray() - Method in class com.opengamma.strata.collect.array.DoubleMatrix
-
Converts this instance to an independent double[][].
- toArray() - Method in class com.opengamma.strata.collect.array.IntArray
-
Converts this instance to an independent int[].
- toArray() - Method in class com.opengamma.strata.collect.array.LongArray
-
Converts this instance to an independent long[].
- toArray() - Method in class com.opengamma.strata.collect.MapStream
-
- toArray(IntFunction<A[]>) - Method in class com.opengamma.strata.collect.MapStream
-
- toArrayUnsafe() - Method in class com.opengamma.strata.collect.array.DoubleArray
-
Returns the underlying array.
- toArrayUnsafe() - Method in class com.opengamma.strata.collect.array.DoubleMatrix
-
Returns the underlying array.
- toArrayUnsafe() - Method in class com.opengamma.strata.collect.array.IntArray
-
Returns the underlying array.
- toArrayUnsafe() - Method in class com.opengamma.strata.collect.array.LongArray
-
Returns the underlying array.
- toBase64() - Method in class com.opengamma.strata.collect.io.ArrayByteSource
-
Encodes the byte source using base-64.
- toBase64() - Method in class com.opengamma.strata.collect.io.BeanByteSource
-
Encodes the byte source using base-64.
- toBase64String() - Method in class com.opengamma.strata.collect.io.ArrayByteSource
-
Encodes the byte source using base-64, returning a string.
- toBase64String() - Method in class com.opengamma.strata.collect.io.BeanByteSource
-
Encodes the byte source using base-64, returning a string.
- toBuilder() - Method in interface com.opengamma.strata.collect.timeseries.LocalDateDoubleTimeSeries
-
Return a builder populated with the values from this series.
- toCharSource(ByteSource) - Static method in class com.opengamma.strata.collect.io.UnicodeBom
-
Converts a ByteSource to a CharSource.
- toCombinedFuture() - Static method in class com.opengamma.strata.collect.Guavate
-
Collector used at the end of a stream to convert a list of futures to a single future,
combining the values into a list.
- toCombinedFutureMap() - Static method in class com.opengamma.strata.collect.Guavate
-
Collector used at the end of a stream to convert a map of futures to a single future,
combining the values into a map.
- toCombinedValuesAsList() - Static method in class com.opengamma.strata.collect.result.ValueWithFailures
-
Returns a collector that creates a combined ValueWithFailure from a stream
of separate instances, combining into an immutable list.
- toCombinedValuesAsSet() - Static method in class com.opengamma.strata.collect.result.ValueWithFailures
-
Returns a collector that creates a combined ValueWithFailure from a stream
of separate instances, combining into an immutable set.
- toHash(HashFunction) - Method in class com.opengamma.strata.collect.io.BeanByteSource
-
Returns a new byte source containing the hash of the content of this byte source.
- toHashString(HashFunction) - Method in class com.opengamma.strata.collect.io.BeanByteSource
-
Returns a new byte source containing the hash of the content of this byte source.
- toHexString() - Method in class com.opengamma.strata.collect.io.ArrayByteSource
-
Encodes the byte source using hex, sometimes referred to as base-16, returning a string.
- toImmutableList() - Static method in class com.opengamma.strata.collect.Guavate
-
Collector used at the end of a stream to build an immutable list.
- toImmutableListMultimap(Function<? super T, ? extends K>) - Static method in class com.opengamma.strata.collect.Guavate
-
Collector used at the end of a stream to build an immutable multimap.
- toImmutableListMultimap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Static method in class com.opengamma.strata.collect.Guavate
-
Collector used at the end of a stream to build an immutable multimap.
- toImmutableMap(Function<? super T, ? extends K>) - Static method in class com.opengamma.strata.collect.Guavate
-
Collector used at the end of a stream to build an immutable map.
- toImmutableMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Static method in class com.opengamma.strata.collect.Guavate
-
Collector used at the end of a stream to build an immutable map.
- toImmutableMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, BiFunction<? super V, ? super V, ? extends V>) - Static method in class com.opengamma.strata.collect.Guavate
-
Collector used at the end of a stream to build an immutable map.
- toImmutableMultiset() - Static method in class com.opengamma.strata.collect.Guavate
-
Collector used at the end of a stream to build an immutable multiset.
- toImmutableSet() - Static method in class com.opengamma.strata.collect.Guavate
-
Collector used at the end of a stream to build an immutable set.
- toImmutableSetMultimap(Function<? super T, ? extends K>) - Static method in class com.opengamma.strata.collect.Guavate
-
Collector used at the end of a stream to build an immutable multimap.
- toImmutableSetMultimap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Static method in class com.opengamma.strata.collect.Guavate
-
Collector used at the end of a stream to build an immutable multimap.
- toImmutableSortedMap(Function<? super T, ? extends K>) - Static method in class com.opengamma.strata.collect.Guavate
-
Collector used at the end of a stream to build an immutable sorted map.
- toImmutableSortedMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Static method in class com.opengamma.strata.collect.Guavate
-
Collector used at the end of a stream to build an immutable sorted map.
- toImmutableSortedMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, BiFunction<? super V, ? super V, ? extends V>) - Static method in class com.opengamma.strata.collect.Guavate
-
Collector used at the end of a stream to build an immutable sorted map.
- toImmutableSortedSet() - Static method in class com.opengamma.strata.collect.Guavate
-
Collector used at the end of a stream to build an immutable sorted set.
- toImmutableSortedSet(Comparator<? super T>) - Static method in class com.opengamma.strata.collect.Guavate
-
Collector used at the end of a stream to build an immutable sorted set.
- toList() - Method in class com.opengamma.strata.collect.array.DoubleArray
-
Returns a list equivalent to this array.
- toList() - Method in class com.opengamma.strata.collect.array.IntArray
-
Returns a list equivalent to this array.
- toList() - Method in class com.opengamma.strata.collect.array.LongArray
-
Returns a list equivalent to this array.
- toListMultimap() - Method in class com.opengamma.strata.collect.MapStream
-
Returns an immutable list multimap built from the entries in the stream.
- toMap() - Method in class com.opengamma.strata.collect.MapStream
-
Returns an immutable map built from the entries in the stream.
- toMap(BiFunction<? super V, ? super V, ? extends V>) - Method in class com.opengamma.strata.collect.MapStream
-
Returns an immutable map built from the entries in the stream.
- toMapGrouping() - Method in class com.opengamma.strata.collect.MapStream
-
Returns an immutable map built from the entries in the stream, grouping by key.
- toMapGrouping(Collector<? super V, A, R>) - Method in class com.opengamma.strata.collect.MapStream
-
Returns an immutable map built from the entries in the stream, grouping by key.
- toMd5() - Method in class com.opengamma.strata.collect.io.ArrayByteSource
-
- toObject(double[]) - Static method in class com.opengamma.strata.collect.DoubleArrayMath
-
Converts a double array to a Double array.
- toPair() - Method in class com.opengamma.strata.collect.tuple.DoublesPair
-
Converts this pair to an object-based Pair.
- toPair() - Method in class com.opengamma.strata.collect.tuple.IntDoublePair
-
Converts this pair to an object-based Pair.
- toPair() - Method in class com.opengamma.strata.collect.tuple.LongDoublePair
-
Converts this pair to an object-based Pair.
- toPair() - Method in class com.opengamma.strata.collect.tuple.ObjDoublePair
-
Converts this pair to an object-based Pair.
- toPair() - Method in class com.opengamma.strata.collect.tuple.ObjIntPair
-
Converts this pair to an object-based Pair.
- toPrimitive(Double[]) - Static method in class com.opengamma.strata.collect.DoubleArrayMath
-
Converts a Double array to a double array.
- toReader(InputStream) - Static method in class com.opengamma.strata.collect.io.UnicodeBom
-
Converts an InputStream to a Reader.
- toSetMultimap() - Method in class com.opengamma.strata.collect.MapStream
-
Returns an immutable set multimap built from the entries in the stream.
- toSha512() - Method in class com.opengamma.strata.collect.io.ArrayByteSource
-
- toString() - Method in class com.opengamma.strata.collect.array.DoubleArray
-
- toString() - Method in class com.opengamma.strata.collect.array.DoubleMatrix
-
- toString() - Method in class com.opengamma.strata.collect.array.IntArray
-
- toString() - Method in class com.opengamma.strata.collect.array.LongArray
-
- toString() - Method in class com.opengamma.strata.collect.io.ArrayByteSource
-
- toString() - Method in enum com.opengamma.strata.collect.io.AsciiTableAlignment
-
Returns the formatted name of the type.
- toString() - Method in class com.opengamma.strata.collect.io.CsvFile
-
Returns a string describing the CSV file.
- toString() - Method in class com.opengamma.strata.collect.io.CsvIterator
-
Returns a string describing the CSV iterator.
- toString() - Method in class com.opengamma.strata.collect.io.CsvRow
-
Returns a string describing the CSV file.
- toString() - Method in class com.opengamma.strata.collect.io.FileByteSource
-
- toString() - Method in class com.opengamma.strata.collect.io.IniFile
-
Returns a string describing the INI file.
- toString() - Method in class com.opengamma.strata.collect.io.PropertiesFile
-
Returns a string describing the file.
- toString() - Method in class com.opengamma.strata.collect.io.PropertySet
-
Returns a string describing the property set.
- toString() - Method in class com.opengamma.strata.collect.io.ResourceLocator
-
Returns a string describing the locator.
- toString(byte[]) - Static method in class com.opengamma.strata.collect.io.UnicodeBom
-
Converts a byte[] to a String.
- toString() - Method in class com.opengamma.strata.collect.io.UriByteSource
-
- toString() - Method in class com.opengamma.strata.collect.io.XmlElement
-
Returns a string summary of the element.
- toString() - Method in class com.opengamma.strata.collect.io.XmlFile
-
Returns a string describing the file.
- toString() - Method in class com.opengamma.strata.collect.named.CombinedExtendedEnum
-
- toString() - Method in class com.opengamma.strata.collect.named.ExtendedEnum.ExternalEnumNames
-
- toString() - Method in class com.opengamma.strata.collect.named.ExtendedEnum
-
- toString() - Method in class com.opengamma.strata.collect.NumberFormatter
-
Returns a string representation of this formatter.
- toString() - Method in class com.opengamma.strata.collect.result.Failure
-
- toString() - Method in class com.opengamma.strata.collect.result.FailureItem
-
Returns a string summary of the failure, as a single line excluding the stack trace.
- toString() - Method in class com.opengamma.strata.collect.result.FailureItems
-
Returns a string summary of the failures, as a single line excluding the stack traces.
- toString() - Method in enum com.opengamma.strata.collect.result.FailureReason
-
Returns the formatted name of the type.
- toString() - Method in class com.opengamma.strata.collect.result.Result
-
- toString() - Method in class com.opengamma.strata.collect.result.ValueWithFailures
-
- toString() - Method in class com.opengamma.strata.collect.timeseries.LocalDateDoublePoint
-
Returns a string representation of the point.
- toString() - Method in class com.opengamma.strata.collect.tuple.DoublesPair
-
Gets the pair using a standard string format.
- toString() - Method in class com.opengamma.strata.collect.tuple.IntDoublePair
-
Gets the pair using a standard string format.
- toString() - Method in class com.opengamma.strata.collect.tuple.LongDoublePair
-
Gets the pair using a standard string format.
- toString() - Method in class com.opengamma.strata.collect.tuple.ObjDoublePair
-
Gets the pair using a standard string format.
- toString() - Method in class com.opengamma.strata.collect.tuple.ObjIntPair
-
Gets the pair using a standard string format.
- toString() - Method in class com.opengamma.strata.collect.tuple.Pair
-
Gets the pair using a standard string format.
- toString() - Method in class com.opengamma.strata.collect.tuple.Triple
-
Gets the triple using a standard string format.
- toString() - Method in class com.opengamma.strata.collect.TypedString
-
Returns the name.
- total() - Method in class com.opengamma.strata.collect.array.DoubleMatrix
-
Returns the total of all the values in the matrix.
- toValueWithFailures(T, BinaryOperator<T>) - Static method in class com.opengamma.strata.collect.result.ValueWithFailures
-
Returns a collector that can be used to create a combined ValueWithFailure
from a stream of separate instances.
- transpose() - Method in class com.opengamma.strata.collect.array.DoubleMatrix
-
Transposes the matrix.
- TriConsumer<T,U,V> - Interface in com.opengamma.strata.collect.function
-
A consumer that takes three arguments.
- TriFunction<T,U,V,R> - Interface in com.opengamma.strata.collect.function
-
A function that takes three arguments.
- Triple<A,B,C> - Class in com.opengamma.strata.collect.tuple
-
An immutable triple consisting of three elements.
- Triple.Meta<A,B,C> - Class in com.opengamma.strata.collect.tuple
-
The meta-bean for Triple.
- TriPredicate<T,U,V> - Interface in com.opengamma.strata.collect.function
-
A predicate that takes three arguments.
- tryCatchToOptional(Supplier<T>) - Static method in class com.opengamma.strata.collect.Guavate
-
Wraps a try-catch block around an expression, avoiding exceptions.
- Tuple - Interface in com.opengamma.strata.collect.tuple
-
Base interface for all tuple types.
- TypedString<T extends TypedString<T>> - Class in com.opengamma.strata.collect
-
An abstract class designed to enable typed strings.
- TypedString(String) - Constructor for class com.opengamma.strata.collect.TypedString
-
Creates an instance.
- TypedString(String, Pattern, String) - Constructor for class com.opengamma.strata.collect.TypedString
-
Creates an instance, validating the name against a regex.
- TypedString(String, CharMatcher, String) - Constructor for class com.opengamma.strata.collect.TypedString
-
Creates an instance, validating the name against a matcher.
- walk(Path, int, Function<Stream<Path>, T>, FileVisitOption...) - Static method in class com.opengamma.strata.collect.io.SafeFiles
-
Lists the elements in the specified directory, recursing depth-first into subdirectories.
- walkAll(Path) - Static method in class com.opengamma.strata.collect.io.SafeFiles
-
Lists the elements in the specified directory, recursing depth-first into subdirectories.
- walkAll(Path, int, FileVisitOption...) - Static method in class com.opengamma.strata.collect.io.SafeFiles
-
Lists the elements in the specified directory, recursing depth-first into subdirectories.
- with(int, double) - Method in class com.opengamma.strata.collect.array.DoubleArray
-
Returns an instance with the value at the specified index changed.
- with(int, int, double) - Method in class com.opengamma.strata.collect.array.DoubleMatrix
-
Returns an instance with the value at the specified index changed.
- with(int, int) - Method in class com.opengamma.strata.collect.array.IntArray
-
Returns an instance with the value at the specified index changed.
- with(int, long) - Method in class com.opengamma.strata.collect.array.LongArray
-
Returns an instance with the value at the specified index changed.
- withAdditionalFailures(List<FailureItem>) - Method in class com.opengamma.strata.collect.result.ValueWithFailures
-
Returns a new instance with the specified failures, retaining the current value.
- withAttribute(String, String) - Method in class com.opengamma.strata.collect.result.FailureItem
-
Returns an instance with the specified attribute added.
- withAttributes(Map<String, String>) - Method in class com.opengamma.strata.collect.result.FailureItem
-
Returns an instance with the specified attributes added.
- withDate(LocalDate) - Method in class com.opengamma.strata.collect.timeseries.LocalDateDoublePoint
-
Returns a copy of this point with another date.
- withFileName(String) - Method in class com.opengamma.strata.collect.io.ArrayByteSource
-
Returns an instance with the file name updated.
- withHeaders(List<String>) - Method in class com.opengamma.strata.collect.io.CsvFile
-
Returns an instance with the specified headers.
- withHeaders(List<String>, boolean) - Method in class com.opengamma.strata.collect.io.CsvOutput
-
Write a header line to the underlying, returning an instance that allows
cells to be written by header name.
- withValue(R) - Method in class com.opengamma.strata.collect.result.ValueWithFailures
-
Returns a new instance with the specified value, retaining the current failures.
- withValue(R, List<FailureItem>) - Method in class com.opengamma.strata.collect.result.ValueWithFailures
-
Returns a new instance with the specified value, combining the failures.
- withValue(ValueWithFailures<R>) - Method in class com.opengamma.strata.collect.result.ValueWithFailures
-
Returns a new instance with the specified value, combining the failures.
- withValue(double) - Method in class com.opengamma.strata.collect.timeseries.LocalDateDoublePoint
-
Returns a copy of this point with another value.
- wrap(Supplier<Result<T>>) - Static method in class com.opengamma.strata.collect.result.Result
-
Creates a Result wrapping the result produced by the supplier.
- wrap(CheckedRunnable) - Static method in class com.opengamma.strata.collect.Unchecked
-
Wraps a block of code, converting checked exceptions to unchecked.
- wrap(CheckedSupplier<T>) - Static method in class com.opengamma.strata.collect.Unchecked
-
Wraps a block of code, converting checked exceptions to unchecked.
- writeCell(String, String) - Method in class com.opengamma.strata.collect.io.CsvOutput.CsvRowOutputWithHeaders
-
Writes a single cell by header, with the cell only being output when writeNewLine() is called.
- writeCell(String, Object) - Method in class com.opengamma.strata.collect.io.CsvOutput.CsvRowOutputWithHeaders
-
Writes a single cell by header, with the cell only being output when writeNewLine() is called.
- writeCell(String, double) - Method in class com.opengamma.strata.collect.io.CsvOutput.CsvRowOutputWithHeaders
-
Writes a single cell by header, with the cell only being output when writeNewLine() is called.
- writeCell(String, long) - Method in class com.opengamma.strata.collect.io.CsvOutput.CsvRowOutputWithHeaders
-
Writes a single cell by header, with the cell only being output when writeNewLine() is called.
- writeCell(String) - Method in class com.opengamma.strata.collect.io.CsvOutput
-
Writes a single cell to the current line, only quoting if needed.
- writeCell(String, boolean) - Method in class com.opengamma.strata.collect.io.CsvOutput
-
Writes a single cell to the current line.
- writeCells(Map<String, String>) - Method in class com.opengamma.strata.collect.io.CsvOutput.CsvRowOutputWithHeaders
-
Writes a map of cells to the output, with the cell only being output when writeNewLine() is called.
- writeCsvFile(CsvFile, boolean) - Method in class com.opengamma.strata.collect.io.CsvOutput
-
Writes the provided CsvFile to the underlying.
- writeCsvIterator(CsvIterator, boolean) - Method in class com.opengamma.strata.collect.io.CsvOutput
-
Writes the output of the provided CsvIterator to the underlying.
- writeIniFile(IniFile) - Method in class com.opengamma.strata.collect.io.IniFileOutput
-
Writes the provided file to the underlying.
- writeLine(Map<String, String>) - Method in class com.opengamma.strata.collect.io.CsvOutput.CsvRowOutputWithHeaders
-
Writes a row to the output, specifying each value by the header.
- writeLine(List<String>) - Method in class com.opengamma.strata.collect.io.CsvOutput
-
Writes a single CSV line to the underlying, only quoting if needed.
- writeLine(List<String>, boolean) - Method in class com.opengamma.strata.collect.io.CsvOutput
-
Writes a single CSV line to the underlying.
- writeLines(Iterable<? extends List<String>>, boolean) - Method in class com.opengamma.strata.collect.io.CsvOutput
-
Writes multiple CSV lines to the underlying.
- writeNewLine() - Method in class com.opengamma.strata.collect.io.CsvOutput.CsvRowOutputWithHeaders
-
Writes a new line character.
- writeNewLine() - Method in class com.opengamma.strata.collect.io.CsvOutput
-
Writes a new line character.
- writeRow(CsvRow) - Method in class com.opengamma.strata.collect.io.CsvOutput
-
Writes a single CsvRow to the underlying, only quoting if needed.
- writeRow(CsvRow, boolean) - Method in class com.opengamma.strata.collect.io.CsvOutput
-
Writes a single CsvRow to the underlying.
- writeRows(Iterable<CsvRow>, boolean) - Method in class com.opengamma.strata.collect.io.CsvOutput
-
Writes multiple CsvRows to the underlying.
- writeSection(String, PropertySet) - Method in class com.opengamma.strata.collect.io.IniFileOutput
-
Writes an individual section of an INI file to the underlying.