Searched refs:INITIAL_LENGTH (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/algorithm/
H A DBuiltInEncodingAlgorithmState.java32 public static final int INITIAL_LENGTH = 8; field in class:BuiltInEncodingAlgorithmState
34 public boolean[] booleanArray = new boolean[INITIAL_LENGTH];
36 public short[] shortArray = new short[INITIAL_LENGTH];
38 public int[] intArray = new int[INITIAL_LENGTH];
40 public long[] longArray = new long[INITIAL_LENGTH];
42 public float[] floatArray = new float[INITIAL_LENGTH];
44 public double[] doubleArray = new double[INITIAL_LENGTH];

Completed in 308 milliseconds