public abstract class VectorKeySeriesImpl extends Object implements VectorKeySeries
| Modifier and Type | Field and Description |
|---|---|
protected int |
currentDuplicateCount |
protected boolean |
currentHasAnyNulls |
protected int |
currentHashCode |
protected boolean |
currentIsAllNull |
protected int |
currentLogical |
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentDuplicateCount() |
boolean |
getCurrentHasAnyNulls() |
int |
getCurrentHashCode() |
boolean |
getCurrentIsAllNull() |
int |
getCurrentLogical() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnext, positionToFirst, processBatchprotected int currentLogical
protected boolean currentIsAllNull
protected boolean currentHasAnyNulls
protected int currentDuplicateCount
protected int currentHashCode
public int getCurrentLogical()
getCurrentLogical in interface VectorKeySeriespublic boolean getCurrentIsAllNull()
getCurrentIsAllNull in interface VectorKeySeriespublic boolean getCurrentHasAnyNulls()
getCurrentHasAnyNulls in interface VectorKeySeriespublic int getCurrentDuplicateCount()
getCurrentDuplicateCount in interface VectorKeySeriespublic int getCurrentHashCode()
getCurrentHashCode in interface VectorKeySeriesCopyright © 2019 The Apache Software Foundation. All Rights Reserved.