Class ScriptDocValues.Doubles
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<T>
-
- org.elasticsearch.index.fielddata.ScriptDocValues<java.lang.Double>
-
- org.elasticsearch.index.fielddata.ScriptDocValues.Doubles
-
- All Implemented Interfaces:
java.lang.Iterable<java.lang.Double>,java.util.Collection<java.lang.Double>,java.util.List<java.lang.Double>
- Enclosing class:
- ScriptDocValues<T>
public static final class ScriptDocValues.Doubles extends ScriptDocValues<java.lang.Double>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.elasticsearch.index.fielddata.ScriptDocValues
ScriptDocValues.Booleans, ScriptDocValues.BytesRefs, ScriptDocValues.Dates, ScriptDocValues.Doubles, ScriptDocValues.GeoPoints, ScriptDocValues.Longs, ScriptDocValues.Strings
-
-
Field Summary
Fields Modifier and Type Field Description protected static DeprecationLoggerdeprecationLogger
-
Constructor Summary
Constructors Constructor Description Doubles(SortedNumericDoubleValues in)Doubles(SortedNumericDoubleValues in, java.util.function.BiConsumer<java.lang.String,java.lang.String> deprecationCallback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Doubleget(int index)SortedNumericDoubleValuesgetInternalValues()doublegetValue()protected voidresize(int newSize)voidsetNextDocId(int docId)Set the current doc ID.intsize()-
Methods inherited from class org.elasticsearch.index.fielddata.ScriptDocValues
add, deprecated, getValues, remove, replaceAll, set, sort
-
Methods inherited from class java.util.AbstractList
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, subList
-
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toString
-
-
-
-
Field Detail
-
deprecationLogger
protected static final DeprecationLogger deprecationLogger
-
-
Constructor Detail
-
Doubles
public Doubles(SortedNumericDoubleValues in)
-
Doubles
public Doubles(SortedNumericDoubleValues in, java.util.function.BiConsumer<java.lang.String,java.lang.String> deprecationCallback)
-
-
Method Detail
-
setNextDocId
public void setNextDocId(int docId) throws java.io.IOExceptionDescription copied from class:ScriptDocValuesSet the current doc ID.- Specified by:
setNextDocIdin classScriptDocValues<java.lang.Double>- Throws:
java.io.IOException
-
resize
protected void resize(int newSize)
-
getInternalValues
public SortedNumericDoubleValues getInternalValues()
-
getValue
public double getValue()
-
get
public java.lang.Double get(int index)
- Specified by:
getin interfacejava.util.List<java.lang.Double>- Specified by:
getin classjava.util.AbstractList<java.lang.Double>
-
size
public int size()
- Specified by:
sizein interfacejava.util.Collection<java.lang.Double>- Specified by:
sizein interfacejava.util.List<java.lang.Double>- Specified by:
sizein classjava.util.AbstractCollection<java.lang.Double>
-
-