Package: ListOfPersons
ListOfPersons
name | instruction | branch | complexity | line | method | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ListOfPersons() |
|
|
|
|
|
||||||||||||||||||||
ListOfPersons(List) |
|
|
|
|
|
||||||||||||||||||||
add(Person) |
|
|
|
|
|
||||||||||||||||||||
add(int, Person) |
|
|
|
|
|
||||||||||||||||||||
addAll(Collection) |
|
|
|
|
|
||||||||||||||||||||
addAll(int, Collection) |
|
|
|
|
|
||||||||||||||||||||
canEqual(Object) |
|
|
|
|
|
||||||||||||||||||||
clear() |
|
|
|
|
|
||||||||||||||||||||
contains(Object) |
|
|
|
|
|
||||||||||||||||||||
containsAll(Collection) |
|
|
|
|
|
||||||||||||||||||||
empty() |
|
|
|
|
|
||||||||||||||||||||
equals(Object) |
|
|
|
|
|
||||||||||||||||||||
forEach(Consumer) |
|
|
|
|
|
||||||||||||||||||||
get(int) |
|
|
|
|
|
||||||||||||||||||||
hashCode() |
|
|
|
|
|
||||||||||||||||||||
indexOf(Object) |
|
|
|
|
|
||||||||||||||||||||
isEmpty() |
|
|
|
|
|
||||||||||||||||||||
iterator() |
|
|
|
|
|
||||||||||||||||||||
lastIndexOf(Object) |
|
|
|
|
|
||||||||||||||||||||
listIterator() |
|
|
|
|
|
||||||||||||||||||||
listIterator(int) |
|
|
|
|
|
||||||||||||||||||||
of(Person[]) |
|
|
|
|
|
||||||||||||||||||||
parallelStream() |
|
|
|
|
|
||||||||||||||||||||
remove(Object) |
|
|
|
|
|
||||||||||||||||||||
remove(int) |
|
|
|
|
|
||||||||||||||||||||
removeAll(Collection) |
|
|
|
|
|
||||||||||||||||||||
removeIf(Predicate) |
|
|
|
|
|
||||||||||||||||||||
replaceAll(UnaryOperator) |
|
|
|
|
|
||||||||||||||||||||
retainAll(Collection) |
|
|
|
|
|
||||||||||||||||||||
set(int, Person) |
|
|
|
|
|
||||||||||||||||||||
size() |
|
|
|
|
|
||||||||||||||||||||
sort(Comparator) |
|
|
|
|
|
||||||||||||||||||||
spliterator() |
|
|
|
|
|
||||||||||||||||||||
stream() |
|
|
|
|
|
||||||||||||||||||||
subList(int, int) |
|
|
|
|
|
||||||||||||||||||||
toArray() |
|
|
|
|
|
||||||||||||||||||||
toArray(IntFunction) |
|
|
|
|
|
||||||||||||||||||||
toArray(Object[]) |
|
|
|
|
|
||||||||||||||||||||
toString() |
|
|
|
|
|