samples.multicostregular.asap.data
Class ASAPCoverRequirements

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

public class ASAPCoverRequirements
extends AbstractList<ASAPCover>

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


Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
ASAPCoverRequirements()
           
 
Method Summary
 void addDayOfWeekCover(ASAPCover cover)
           
 ASAPCover get(int i)
           
 Iterator<ASAPCover> iterator()
           
 int size()
           
 
Methods inherited from class java.util.AbstractList
add, 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

ASAPCoverRequirements

public ASAPCoverRequirements()
Method Detail

get

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

addDayOfWeekCover

public void addDayOfWeekCover(ASAPCover cover)

iterator

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

size

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


Copyright © 2012. All Rights Reserved.