Constructor and Description |
---|
Resizer() |
Modifier and Type | Method and Description |
---|---|
abstract int |
getNewSize() |
abstract int |
getNewSlot(int oldSlot) |
double[] |
resize(double[] old,
double defaultValue) |
FixedBitSet |
resize(FixedBitSet old) |
int[] |
resize(int[] old,
int defaultValue) |
long[] |
resize(long[] old,
long defaultValue) |
<T> T[] |
resize(T[] old,
T defaultValue) |
public abstract int getNewSize()
public abstract int getNewSlot(int oldSlot)
public double[] resize(double[] old, double defaultValue)
public int[] resize(int[] old, int defaultValue)
public long[] resize(long[] old, long defaultValue)
public FixedBitSet resize(FixedBitSet old)
public <T> T[] resize(T[] old, T defaultValue)
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.