Interface List
- All Superinterfaces:
Collection
- All Known Implementing Classes:
AbstractList, AbstractSequentialList, ArrayList, LinkedList, Stack, Vector
-
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanbooleanaddAll(int var0, Collection var1) booleanaddAll(Collection var0) voidclear()booleanbooleancontainsAll(Collection var0) booleanget(int var0) inthashCode()intbooleanisEmpty()iterator()intlastIndexOf(Object var0) listIterator(int var0) remove(int var0) booleanbooleanremoveAll(Collection var0) booleanretainAll(Collection var0) intsize()subList(int var0, int var1) Object[]toArray()Object[]
-
Method Details
-
add
-
add
- Specified by:
addin interfaceCollection
-
addAll
-
addAll
- Specified by:
addAllin interfaceCollection
-
clear
void clear()- Specified by:
clearin interfaceCollection
-
contains
- Specified by:
containsin interfaceCollection
-
containsAll
- Specified by:
containsAllin interfaceCollection
-
equals
- Specified by:
equalsin interfaceCollection- Overrides:
equalsin classObject
-
get
-
hashCode
int hashCode()- Specified by:
hashCodein interfaceCollection- Overrides:
hashCodein classObject
-
indexOf
-
isEmpty
boolean isEmpty()- Specified by:
isEmptyin interfaceCollection
-
iterator
Iterator iterator()- Specified by:
iteratorin interfaceCollection
-
lastIndexOf
-
listIterator
ListIterator listIterator() -
listIterator
-
remove
-
remove
- Specified by:
removein interfaceCollection
-
removeAll
- Specified by:
removeAllin interfaceCollection
-
retainAll
- Specified by:
retainAllin interfaceCollection
-
set
-
size
int size()- Specified by:
sizein interfaceCollection
-
subList
-
toArray
Object[] toArray()- Specified by:
toArrayin interfaceCollection
-
toArray
- Specified by:
toArrayin interfaceCollection
-