Home
last modified time | relevance | path

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

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