Home
last modified time | relevance | path

Searched refs:newEArray (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
DMonitorBasedArrayBlockingQueue.java163 this.items = newEArray(capacity); in MonitorBasedArrayBlockingQueue()
202 private static <E> E[] newEArray(int capacity) { in newEArray() method in MonitorBasedArrayBlockingQueue
/external/guava/android/guava-tests/benchmark/com/google/common/util/concurrent/
DMonitorBasedArrayBlockingQueue.java163 this.items = newEArray(capacity); in MonitorBasedArrayBlockingQueue()
202 private static <E> E[] newEArray(int capacity) { in newEArray() method in MonitorBasedArrayBlockingQueue