Searched refs:BUF_COMPARATOR (Results 1 – 1 of 1) sorted by relevance
69 protected static final Comparator<byte[]> BUF_COMPARATOR = new Comparator<byte[]>() { field in ByteArrayPool115 int pos = Collections.binarySearch(mBuffersBySize, buf, BUF_COMPARATOR); in returnBuf()