|
DelayQueue()
DelayQueue()
|
51
51
|
0.0
0
|
1.0
1
|
-1.0
-
|
-1.0
|
|
DelayQueue(Collection)
DelayQueue(Collection)
|
61
61
|
1.0
1
|
1.0
1
|
1.0
100%
|
1.0
|
|
add(Object) : boolean
add(Object) : boolean
|
72
72
|
1.0
1
|
1.0
1
|
1.0
100%
|
1.0
|
|
offer(Object) : boolean
offer(Object) : boolean
|
83
83
|
6.0
6
|
3.0
3
|
1.0
100%
|
1.0
|
|
put(Object) : void
put(Object) : void
|
100
100
|
1.0
1
|
1.0
1
|
1.0
100%
|
1.0
|
|
offer(Object,long,TimeUnit) : boolean
offer(Object,long,TimeUnit) : boolean
|
114
114
|
1.0
1
|
1.0
1
|
1.0
100%
|
1.0
|
|
poll() : Object
poll() : Object
|
125
125
|
8.0
8
|
4.0
4
|
0.85714287
85.7%
|
0.85714287
|
|
take() : Object
take() : Object
|
147
147
|
12.0
12
|
5.0
5
|
0.9
90%
|
0.9
|
|
poll(long,TimeUnit) : Object
poll(long,TimeUnit) : Object
|
180
180
|
22.0
22
|
8.0
8
|
0.9166667
91.7%
|
0.9166667
|
|
peek() : Object
peek() : Object
|
224
224
|
2.0
2
|
1.0
1
|
1.0
100%
|
1.0
|
|
size() : int
size() : int
|
230
230
|
2.0
2
|
1.0
1
|
1.0
100%
|
1.0
|
|
drainTo(Collection) : int
drainTo(Collection) : int
|
242
242
|
15.0
15
|
7.0
7
|
1.0
100%
|
1.0
|
|
drainTo(Collection,int) : int
drainTo(Collection,int) : int
|
268
268
|
17.0
17
|
8.0
8
|
0.9655172
96.6%
|
0.9655172
|
|
clear() : void
clear() : void
|
296
296
|
2.0
2
|
1.0
1
|
1.0
100%
|
1.0
|
|
remainingCapacity() : int
remainingCapacity() : int
|
308
308
|
1.0
1
|
1.0
1
|
1.0
100%
|
1.0
|
|
toArray() : Object[]
toArray() : Object[]
|
325
325
|
2.0
2
|
1.0
1
|
1.0
100%
|
1.0
|
|
toArray(Object[]) : Object[]
toArray(Object[]) : Object[]
|
367
367
|
2.0
2
|
1.0
1
|
1.0
100%
|
1.0
|
|
remove(Object) : boolean
remove(Object) : boolean
|
377
377
|
2.0
2
|
1.0
1
|
1.0
100%
|
1.0
|
|
iterator() : Iterator
iterator() : Iterator
|
395
395
|
1.0
1
|
1.0
1
|
1.0
100%
|
1.0
|