| Package | Description |
|---|---|
| com.landawn.abacus.util |
| Modifier and Type | Method and Description |
|---|---|
static Percentage |
Percentage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Percentage[] |
Percentage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<Percentage,Byte> |
N.percentiles(byte[] sortedArray)
Returns the elements at:
Percentage * length of the specified array. |
static Map<Percentage,Character> |
N.percentiles(char[] sortedArray)
Returns the elements at:
Percentage * length of the specified array. |
u.Optional<Map<Percentage,T>> |
ExceptionalStream.percentiles(Comparator<? super T> comparator) |
static Map<Percentage,Double> |
N.percentiles(double[] sortedArray)
Returns the elements at:
Percentage * length of the specified array. |
static Map<Percentage,Float> |
N.percentiles(float[] sortedArray)
Returns the elements at:
Percentage * length of the specified array. |
static Map<Percentage,Integer> |
N.percentiles(int[] sortedArray)
Returns the elements at:
Percentage * length of the specified array. |
static <T> Map<Percentage,T> |
N.percentiles(List<T> sortedList)
Returns the elements at:
Percentage * length of the specified array. |
static Map<Percentage,Long> |
N.percentiles(long[] sortedArray)
Returns the elements at:
Percentage * length of the specified array. |
static Map<Percentage,Short> |
N.percentiles(short[] sortedArray)
Returns the elements at:
Percentage * length of the specified array. |
static <T> Map<Percentage,T> |
N.percentiles(T[] sortedArray)
Returns the elements at:
Percentage * length of the specified array. |
static ImmutableSet<Percentage> |
Percentage.range(Percentage startInclusive,
Percentage endExclusive) |
static ImmutableSet<Percentage> |
Percentage.range(Percentage startInclusive,
Percentage endExclusive,
Percentage by) |
static ImmutableSet<Percentage> |
Percentage.rangeClosed(Percentage startInclusive,
Percentage endInclusive) |
static ImmutableSet<Percentage> |
Percentage.rangeClosed(Percentage startInclusive,
Percentage endInclusive,
Percentage by) |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableSet<Percentage> |
Percentage.range(Percentage startInclusive,
Percentage endExclusive) |
static ImmutableSet<Percentage> |
Percentage.range(Percentage startInclusive,
Percentage endExclusive,
Percentage by) |
static ImmutableSet<Percentage> |
Percentage.rangeClosed(Percentage startInclusive,
Percentage endInclusive) |
static ImmutableSet<Percentage> |
Percentage.rangeClosed(Percentage startInclusive,
Percentage endInclusive,
Percentage by) |
Copyright © 2021. All rights reserved.