ElementType
- type of elements within the list@NotThreadSafe public class LazyList<ElementType> extends Object implements List<ElementType>, Serializable
コンストラクタと説明 |
---|
LazyList() |
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
add(ElementType item) |
void |
add(int index,
ElementType element) |
boolean |
addAll(Collection<? extends ElementType> collection) |
boolean |
addAll(int index,
Collection<? extends ElementType> collection) |
protected List<ElementType> |
buildList()
Builds an appropriate delegate for this list.
|
void |
clear() |
boolean |
contains(Object element) |
boolean |
containsAll(Collection<?> collections) |
boolean |
equals(Object obj) |
ElementType |
get(int index) |
int |
hashCode() |
int |
indexOf(Object element) |
boolean |
isEmpty() |
Iterator<ElementType> |
iterator() |
int |
lastIndexOf(Object element) |
ListIterator<ElementType> |
listIterator() |
ListIterator<ElementType> |
listIterator(int index) |
ElementType |
remove(int index) |
boolean |
remove(Object element) |
boolean |
removeAll(Collection<?> collection) |
boolean |
retainAll(Collection<?> collection) |
ElementType |
set(int index,
ElementType element) |
int |
size() |
List<ElementType> |
subList(int fromIndex,
int toIndex) |
Object[] |
toArray() |
<T> T[] |
toArray(T[] type) |
String |
toString() |
public boolean add(ElementType item)
add
インタフェース内 Collection<ElementType>
add
インタフェース内 List<ElementType>
public void add(int index, ElementType element)
add
インタフェース内 List<ElementType>
public boolean addAll(Collection<? extends ElementType> collection)
addAll
インタフェース内 Collection<ElementType>
addAll
インタフェース内 List<ElementType>
public boolean addAll(int index, Collection<? extends ElementType> collection)
addAll
インタフェース内 List<ElementType>
public void clear()
clear
インタフェース内 Collection<ElementType>
clear
インタフェース内 List<ElementType>
public boolean contains(Object element)
contains
インタフェース内 Collection<ElementType>
contains
インタフェース内 List<ElementType>
public boolean containsAll(Collection<?> collections)
containsAll
インタフェース内 Collection<ElementType>
containsAll
インタフェース内 List<ElementType>
public ElementType get(int index)
get
インタフェース内 List<ElementType>
public int indexOf(Object element)
indexOf
インタフェース内 List<ElementType>
public boolean isEmpty()
isEmpty
インタフェース内 Collection<ElementType>
isEmpty
インタフェース内 List<ElementType>
public Iterator<ElementType> iterator()
iterator
インタフェース内 Iterable<ElementType>
iterator
インタフェース内 Collection<ElementType>
iterator
インタフェース内 List<ElementType>
public int lastIndexOf(Object element)
lastIndexOf
インタフェース内 List<ElementType>
public ListIterator<ElementType> listIterator()
listIterator
インタフェース内 List<ElementType>
public ListIterator<ElementType> listIterator(int index)
listIterator
インタフェース内 List<ElementType>
public boolean remove(Object element)
remove
インタフェース内 Collection<ElementType>
remove
インタフェース内 List<ElementType>
public ElementType remove(int index)
remove
インタフェース内 List<ElementType>
public boolean removeAll(Collection<?> collection)
removeAll
インタフェース内 Collection<ElementType>
removeAll
インタフェース内 List<ElementType>
public boolean retainAll(Collection<?> collection)
retainAll
インタフェース内 Collection<ElementType>
retainAll
インタフェース内 List<ElementType>
public ElementType set(int index, ElementType element)
set
インタフェース内 List<ElementType>
public int size()
size
インタフェース内 Collection<ElementType>
size
インタフェース内 List<ElementType>
public List<ElementType> subList(int fromIndex, int toIndex)
subList
インタフェース内 List<ElementType>
public Object[] toArray()
toArray
インタフェース内 Collection<ElementType>
toArray
インタフェース内 List<ElementType>
public <T> T[] toArray(T[] type)
toArray
インタフェース内 Collection<ElementType>
toArray
インタフェース内 List<ElementType>
protected List<ElementType> buildList()
public int hashCode()
hashCode
インタフェース内 Collection<ElementType>
hashCode
インタフェース内 List<ElementType>
hashCode
クラス内 Object
public boolean equals(Object obj)
equals
インタフェース内 Collection<ElementType>
equals
インタフェース内 List<ElementType>
equals
クラス内 Object
Copyright © 2012. All Rights Reserved.