com.sas.dataselectors.calculateditems
Class BaseCalculatedItemListAdapter.InnerListOfCalculatedItems

com.sas.dataselectors.calculateditems.BaseCalculatedItemListAdapter.InnerListOfCalculatedItems
All Implemented Interfaces:
java.lang.Iterable, java.util.Collection, java.util.List
Enclosing class:
BaseCalculatedItemListAdapter

public class BaseCalculatedItemListAdapter.InnerListOfCalculatedItems
implements java.util.List

Description: List implementation to work with calculated items


Constructor Summary
BaseCalculatedItemListAdapter.InnerListOfCalculatedItems(boolean includeBaseModels)
           
 
Method Summary
 void add(int index, java.lang.Object element)
          Adds the specified element at the specified position in the list by updating the underlying tree
 boolean add(java.lang.Object element)
           
 boolean addAll(java.util.Collection collection)
           
 boolean addAll(int index, java.util.Collection collection)
           
 void clear()
           
 boolean commitChanges()
           
 boolean contains(java.lang.Object element)
           
 boolean containsAll(java.util.Collection collection)
           
 boolean equals(java.lang.Object object)
           
 java.lang.Object get(int index)
           
 int hashCode()
           
 int indexOf(java.lang.Object object)
           
 boolean isEmpty()
           
 java.util.Iterator iterator()
           
 int lastIndexOf(java.lang.Object object)
           
 java.util.ListIterator listIterator()
           
 java.util.ListIterator listIterator(int index)
           
 java.lang.Object remove(int index)
           
 boolean remove(java.lang.Object object)
           
 boolean removeAll(java.util.Collection collection)
           
 boolean retainAll(java.util.Collection p1)
           
 java.lang.Object set(int index, java.lang.Object element)
          Inserts the specified element at the specified position in this list by updating the underlying tree.
 int size()
           
 java.util.List subList(int startIndex, int endIndex)
           
 java.lang.Object[] toArray()
           
 java.lang.Object[] toArray(java.lang.Object[] p1)
           
 

Constructor Detail

BaseCalculatedItemListAdapter.InnerListOfCalculatedItems

public BaseCalculatedItemListAdapter.InnerListOfCalculatedItems(boolean includeBaseModels)
Method Detail

commitChanges

public boolean commitChanges()

set

public java.lang.Object set(int index,
                            java.lang.Object element)
Inserts the specified element at the specified position in this list by updating the underlying tree.

Specified by:
set in interface java.util.List
See Also:
List.set(int, Object)

add

public void add(int index,
                java.lang.Object element)
Adds the specified element at the specified position in the list by updating the underlying tree

Specified by:
add in interface java.util.List
See Also:
List.add(int, Object)

remove

public java.lang.Object remove(int index)
Specified by:
remove in interface java.util.List

get

public java.lang.Object get(int index)
Specified by:
get in interface java.util.List

addAll

public boolean addAll(int index,
                      java.util.Collection collection)
Specified by:
addAll in interface java.util.List

containsAll

public boolean containsAll(java.util.Collection collection)
Specified by:
containsAll in interface java.util.Collection
Specified by:
containsAll in interface java.util.List

removeAll

public boolean removeAll(java.util.Collection collection)
Specified by:
removeAll in interface java.util.Collection
Specified by:
removeAll in interface java.util.List

remove

public boolean remove(java.lang.Object object)
Specified by:
remove in interface java.util.Collection
Specified by:
remove in interface java.util.List

add

public boolean add(java.lang.Object element)
Specified by:
add in interface java.util.Collection
Specified by:
add in interface java.util.List

clear

public void clear()
Specified by:
clear in interface java.util.Collection
Specified by:
clear in interface java.util.List

contains

public boolean contains(java.lang.Object element)
Specified by:
contains in interface java.util.Collection
Specified by:
contains in interface java.util.List

iterator

public java.util.Iterator iterator()
Specified by:
iterator in interface java.lang.Iterable
Specified by:
iterator in interface java.util.Collection
Specified by:
iterator in interface java.util.List

listIterator

public java.util.ListIterator listIterator()
Specified by:
listIterator in interface java.util.List

listIterator

public java.util.ListIterator listIterator(int index)
Specified by:
listIterator in interface java.util.List

retainAll

public boolean retainAll(java.util.Collection p1)
Specified by:
retainAll in interface java.util.Collection
Specified by:
retainAll in interface java.util.List

addAll

public boolean addAll(java.util.Collection collection)
Specified by:
addAll in interface java.util.Collection
Specified by:
addAll in interface java.util.List

subList

public java.util.List subList(int startIndex,
                              int endIndex)
Specified by:
subList in interface java.util.List

indexOf

public int indexOf(java.lang.Object object)
Specified by:
indexOf in interface java.util.List

equals

public boolean equals(java.lang.Object object)
Specified by:
equals in interface java.util.Collection
Specified by:
equals in interface java.util.List
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Specified by:
hashCode in interface java.util.Collection
Specified by:
hashCode in interface java.util.List
Overrides:
hashCode in class java.lang.Object

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface java.util.Collection
Specified by:
isEmpty in interface java.util.List

lastIndexOf

public int lastIndexOf(java.lang.Object object)
Specified by:
lastIndexOf in interface java.util.List

size

public int size()
Specified by:
size in interface java.util.Collection
Specified by:
size in interface java.util.List

toArray

public java.lang.Object[] toArray()
Specified by:
toArray in interface java.util.Collection
Specified by:
toArray in interface java.util.List

toArray

public java.lang.Object[] toArray(java.lang.Object[] p1)
Specified by:
toArray in interface java.util.Collection
Specified by:
toArray in interface java.util.List



Copyright © 2009 SAS Institute Inc. All Rights Reserved.