samples.multicostregular.asap.data
Class ASAPShiftOnRequest

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<ASAPShiftOn>
          extended by samples.multicostregular.asap.data.ASAPShiftOnRequest
All Implemented Interfaces:
Iterable<ASAPShiftOn>, Collection<ASAPShiftOn>, List<ASAPShiftOn>

public class ASAPShiftOnRequest
extends AbstractList<ASAPShiftOn>

Created by IntelliJ IDEA. User: julien Mail: julien.menana{at}emn.fr Date: Dec 16, 2008 Time: 5:45:53 PM


Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
ASAPShiftOnRequest()
           
 
Method Summary
 boolean add(ASAPShiftOn req)
           
 ASAPShiftOn get(int i)
           
 Iterator<ASAPShiftOn> iterator()
           
 int size()
           
 
Methods inherited from class java.util.AbstractList
add, addAll, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
 
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
 

Constructor Detail

ASAPShiftOnRequest

public ASAPShiftOnRequest()
Method Detail

get

public ASAPShiftOn get(int i)
Specified by:
get in interface List<ASAPShiftOn>
Specified by:
get in class AbstractList<ASAPShiftOn>

add

public boolean add(ASAPShiftOn req)
Specified by:
add in interface Collection<ASAPShiftOn>
Specified by:
add in interface List<ASAPShiftOn>
Overrides:
add in class AbstractList<ASAPShiftOn>

size

public int size()
Specified by:
size in interface Collection<ASAPShiftOn>
Specified by:
size in interface List<ASAPShiftOn>
Specified by:
size in class AbstractCollection<ASAPShiftOn>

iterator

public Iterator<ASAPShiftOn> iterator()
Specified by:
iterator in interface Iterable<ASAPShiftOn>
Specified by:
iterator in interface Collection<ASAPShiftOn>
Specified by:
iterator in interface List<ASAPShiftOn>
Overrides:
iterator in class AbstractList<ASAPShiftOn>


Copyright © 2012. All Rights Reserved.