HomeSort by relevance Sort by last modified time
    Searched refs:lastReturnedIndex (Results 1 - 3 of 3) sorted by null

  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
UnboundedFifoByteBuffer.java 223 private int lastReturnedIndex = -1;
234 lastReturnedIndex = index;
236 return new Byte(buffer[lastReturnedIndex]);
240 if (lastReturnedIndex == -1) {
245 if (lastReturnedIndex == head) {
247 lastReturnedIndex = -1;
252 int i = lastReturnedIndex + 1;
263 lastReturnedIndex = -1;
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 197 milliseconds