org.chromattic.common.collection
Interface ListModel<E>


public interface ListModel<E>

Version:
$Revision$
Author:
Julien Viet

Method Summary
 void add(ElementInsertion<E> insertion)
           
 java.util.Iterator<E> iterator()
           
 void remove(int index, E removedElement)
           
 void set(int index, E removedElement, E addedElement)
           
 int size()
           
 

Method Detail

iterator

java.util.Iterator<E> iterator()

set

void set(int index,
         E removedElement,
         E addedElement)

add

void add(ElementInsertion<E> insertion)

remove

void remove(int index,
            E removedElement)

size

int size()


Copyright © 2014 eXo Platform SAS. All Rights Reserved.