Searched defs:completeAndClearBuffer (Results 1 – 2 of 2) sorted by relevance
132 public Object[] completeAndClearBuffer(Object[] lastChunk, int lastChunkEntries) in completeAndClearBuffer() method in ObjectBuffer149 …public <T> T[] completeAndClearBuffer(Object[] lastChunk, int lastChunkEntries, Class<T> component… in completeAndClearBuffer() method in ObjectBuffer159 …public void completeAndClearBuffer(Object[] lastChunk, int lastChunkEntries, List<Object> resultLi… in completeAndClearBuffer() method in ObjectBuffer
85 public T completeAndClearBuffer(T lastChunk, int lastChunkEntries) in completeAndClearBuffer() method in PrimitiveArrayBuilder