public class ContactInfoCollection extends Object implements List<ContactInfo>
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(ContactInfo object) |
void |
add(int location,
ContactInfo object) |
boolean |
addAll(Collection<? extends ContactInfo> collection) |
boolean |
addAll(int location,
Collection<? extends ContactInfo> collection) |
void |
clear() |
boolean |
contains(Object object) |
boolean |
containsAll(Collection<?> collection) |
boolean |
equals(Object o) |
ContactInfo |
get(int location) |
int |
hashCode() |
int |
indexOf(Object object) |
boolean |
isEmpty() |
Iterator<ContactInfo> |
iterator() |
int |
lastIndexOf(Object object) |
ListIterator<ContactInfo> |
listIterator() |
ListIterator<ContactInfo> |
listIterator(int location) |
ContactInfo |
remove(int location) |
boolean |
remove(Object object) |
boolean |
removeAll(Collection<?> collection) |
boolean |
retainAll(Collection<?> collection) |
ContactInfo |
set(int location,
ContactInfo object) |
int |
size() |
List<ContactInfo> |
subList(int start,
int end) |
Object[] |
toArray() |
<T> T[] |
toArray(T[] array) |
String |
toString() |
replaceAll, sort, spliteratorparallelStream, removeIf, streampublic void add(int location,
ContactInfo object)
add in interface List<ContactInfo>public boolean add(ContactInfo object)
add in interface Collection<ContactInfo>add in interface List<ContactInfo>public boolean addAll(int location,
@NonNull
Collection<? extends ContactInfo> collection)
addAll in interface List<ContactInfo>public boolean addAll(@NonNull Collection<? extends ContactInfo> collection)
addAll in interface Collection<ContactInfo>addAll in interface List<ContactInfo>public void clear()
clear in interface Collection<ContactInfo>clear in interface List<ContactInfo>public boolean contains(Object object)
contains in interface Collection<ContactInfo>contains in interface List<ContactInfo>public boolean containsAll(@NonNull Collection<?> collection)
containsAll in interface Collection<ContactInfo>containsAll in interface List<ContactInfo>public ContactInfo get(int location)
get in interface List<ContactInfo>public int indexOf(Object object)
indexOf in interface List<ContactInfo>public boolean isEmpty()
isEmpty in interface Collection<ContactInfo>isEmpty in interface List<ContactInfo>@NonNull public Iterator<ContactInfo> iterator()
iterator in interface Iterable<ContactInfo>iterator in interface Collection<ContactInfo>iterator in interface List<ContactInfo>public int lastIndexOf(Object object)
lastIndexOf in interface List<ContactInfo>public ListIterator<ContactInfo> listIterator()
listIterator in interface List<ContactInfo>@NonNull public ListIterator<ContactInfo> listIterator(int location)
listIterator in interface List<ContactInfo>public ContactInfo remove(int location)
remove in interface List<ContactInfo>public boolean remove(Object object)
remove in interface Collection<ContactInfo>remove in interface List<ContactInfo>public boolean removeAll(@NonNull Collection<?> collection)
removeAll in interface Collection<ContactInfo>removeAll in interface List<ContactInfo>public boolean retainAll(@NonNull Collection<?> collection)
retainAll in interface Collection<ContactInfo>retainAll in interface List<ContactInfo>public ContactInfo set(int location, ContactInfo object)
set in interface List<ContactInfo>public int size()
size in interface Collection<ContactInfo>size in interface List<ContactInfo>@NonNull public List<ContactInfo> subList(int start, int end)
subList in interface List<ContactInfo>@NonNull public Object[] toArray()
toArray in interface Collection<ContactInfo>toArray in interface List<ContactInfo>@NonNull public <T> T[] toArray(@NonNull T[] array)
toArray in interface Collection<ContactInfo>toArray in interface List<ContactInfo>public boolean equals(Object o)
equals in interface Collection<ContactInfo>equals in interface List<ContactInfo>equals in class Objectpublic int hashCode()
hashCode in interface Collection<ContactInfo>hashCode in interface List<ContactInfo>hashCode in class ObjectCopyright © 2013-2016 INRIX, Inc. All Rights Reserved.