|
Collections()
Collections()
|
36
36
|
0.0
0
|
1.0
1
|
-1.0
-
|
-1.0
|
|
sort(List) : void
sort(List) : void
|
38
38
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
sort(List,Comparator) : void
sort(List,Comparator) : void
|
42
42
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
binarySearch(List,Object) : int
binarySearch(List,Object) : int
|
46
46
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
binarySearch(List,Object,Comparator) : int
binarySearch(List,Object,Comparator) : int
|
50
50
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
reverse(List) : void
reverse(List) : void
|
54
54
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
shuffle(List) : void
shuffle(List) : void
|
58
58
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
shuffle(List,Random) : void
shuffle(List,Random) : void
|
62
62
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
swap(List,int,int) : void
swap(List,int,int) : void
|
66
66
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
fill(List,Object) : void
fill(List,Object) : void
|
70
70
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
copy(List,List) : void
copy(List,List) : void
|
74
74
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
min(Collection) : Object
min(Collection) : Object
|
78
78
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
min(Collection,Comparator) : Object
min(Collection,Comparator) : Object
|
82
82
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
max(Collection) : Object
max(Collection) : Object
|
86
86
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
max(Collection,Comparator) : Object
max(Collection,Comparator) : Object
|
90
90
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
rotate(List,int) : void
rotate(List,int) : void
|
94
94
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
replaceAll(List,Object,Object) : boolean
replaceAll(List,Object,Object) : boolean
|
98
98
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
indexOfSubList(List,List) : int
indexOfSubList(List,List) : int
|
102
102
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
lastIndexOfSubList(List,List) : int
lastIndexOfSubList(List,List) : int
|
106
106
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
unmodifiableCollection(Collection) : Collection
unmodifiableCollection(Collection) : Collection
|
112
112
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
unmodifiableSet(Set) : Set
unmodifiableSet(Set) : Set
|
116
116
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
unmodifiableSortedSet(SortedSet) : SortedSet
unmodifiableSortedSet(SortedSet) : SortedSet
|
120
120
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
unmodifiableList(List) : List
unmodifiableList(List) : List
|
124
124
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
unmodifiableMap(Map) : Map
unmodifiableMap(Map) : Map
|
128
128
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
unmodifiableSortedMap(SortedMap) : SortedMap
unmodifiableSortedMap(SortedMap) : SortedMap
|
132
132
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
synchronizedCollection(Collection) : Collection
synchronizedCollection(Collection) : Collection
|
138
138
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
synchronizedSet(Set) : Set
synchronizedSet(Set) : Set
|
142
142
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
synchronizedSortedSet(SortedSet) : SortedSet
synchronizedSortedSet(SortedSet) : SortedSet
|
146
146
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
synchronizedList(List) : List
synchronizedList(List) : List
|
150
150
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
synchronizedMap(Map) : Map
synchronizedMap(Map) : Map
|
154
154
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
synchronizedSortedMap(SortedMap) : SortedMap
synchronizedSortedMap(SortedMap) : SortedMap
|
158
158
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
checkedCollection(Collection,Class) : Collection
checkedCollection(Collection,Class) : Collection
|
164
164
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
checkedSet(Set,Class) : Set
checkedSet(Set,Class) : Set
|
168
168
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
checkedSortedSet(SortedSet,Class) : SortedSet
checkedSortedSet(SortedSet,Class) : SortedSet
|
172
172
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
checkedList(List,Class) : List
checkedList(List,Class) : List
|
176
176
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
checkedMap(Map,Class,Class) : Map
checkedMap(Map,Class,Class) : Map
|
180
180
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
checkedSortedMap(SortedMap,Class,Class) : SortedMap
checkedSortedMap(SortedMap,Class,Class) : SortedMap
|
184
184
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
emptySet() : Set
emptySet() : Set
|
190
190
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
emptyList() : List
emptyList() : List
|
194
194
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
emptyMap() : Map
emptyMap() : Map
|
198
198
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
singleton(Object) : Set
singleton(Object) : Set
|
204
204
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
singletonList(Object) : List
singletonList(Object) : List
|
208
208
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
singletonMap(Object,Object) : Map
singletonMap(Object,Object) : Map
|
212
212
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
nCopies(int,Object) : List
nCopies(int,Object) : List
|
218
218
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
reverseOrder() : Comparator
reverseOrder() : Comparator
|
222
222
|
1.0
1
|
1.0
1
|
1.0
100%
|
1.0
|
|
reverseOrder(Comparator) : Comparator
reverseOrder(Comparator) : Comparator
|
226
226
|
1.0
1
|
1.0
1
|
0.6
60%
|
0.6
|
|
enumeration(Collection) : Enumeration
enumeration(Collection) : Enumeration
|
232
232
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
list(Enumeration) : ArrayList
list(Enumeration) : ArrayList
|
236
236
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
frequency(Collection,Object) : int
frequency(Collection,Object) : int
|
240
240
|
9.0
9
|
6.0
6
|
0.0
0%
|
0.0
|
|
disjoint(Collection,Collection) : boolean
disjoint(Collection,Collection) : boolean
|
255
255
|
8.0
8
|
6.0
6
|
0.0
0%
|
0.0
|
|
addAll(Collection,Object[]) : boolean
addAll(Collection,Object[]) : boolean
|
268
268
|
4.0
4
|
2.0
2
|
0.0
0%
|
0.0
|
|
newSetFromMap(Map) : Set
newSetFromMap(Map) : Set
|
276
276
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
asLifoQueue(Deque) : Queue
asLifoQueue(Deque) : Queue
|
280
280
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
eq(Object,Object) : boolean
eq(Object,Object) : boolean
|
686
686
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
CheckedCollection(Collection,Class)
CheckedCollection(Collection,Class)
|
292
292
|
4.0
4
|
3.0
3
|
0.0
0%
|
0.0
|
|
typeCheck(Object) : void
typeCheck(Object) : void
|
298
298
|
2.0
2
|
2.0
2
|
0.0
0%
|
0.0
|
|
size() : int
size() : int
|
306
306
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
clear() : void
clear() : void
|
307
307
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
isEmpty() : boolean
isEmpty() : boolean
|
308
308
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
toArray() : Object[]
toArray() : Object[]
|
309
309
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
toArray(Object[]) : Object[]
toArray(Object[]) : Object[]
|
310
310
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
contains(Object) : boolean
contains(Object) : boolean
|
311
311
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
remove(Object) : boolean
remove(Object) : boolean
|
312
312
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
containsAll(Collection) : boolean
containsAll(Collection) : boolean
|
313
313
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
removeAll(Collection) : boolean
removeAll(Collection) : boolean
|
314
314
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
retainAll(Collection) : boolean
retainAll(Collection) : boolean
|
315
315
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
toString() : String
toString() : String
|
316
316
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
add(Object) : boolean
add(Object) : boolean
|
318
318
|
2.0
2
|
1.0
1
|
0.0
0%
|
0.0
|
|
addAll(Collection) : boolean
addAll(Collection) : boolean
|
323
323
|
5.0
5
|
2.0
2
|
0.0
0%
|
0.0
|
|
iterator() : Iterator
iterator() : Iterator
|
336
336
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
getEmptyArr() : Object[]
getEmptyArr() : Object[]
|
340
340
|
3.0
3
|
2.0
2
|
0.0
0%
|
0.0
|