Uses of Interface
cfa.vo.iris.utils.IList

Packages that use IList
cfa.vo.iris.sed   
cfa.vo.iris.utils   
 

Uses of IList in cfa.vo.iris.sed
 

Subinterfaces of IList in cfa.vo.iris.sed
 interface IXSed
           
 interface IXSegment<T extends IPoint>
           
 

Classes in cfa.vo.iris.sed that implement IList
 class XSed
           
 class XSegment
           
 

Methods in cfa.vo.iris.sed that return IList
 IList<SpectroPhotometricPoint> XSegment.filter(IPredicate<SpectroPhotometricPoint> predicate, String id)
           
 IList<T> IXSegment.filter(IPredicate<T> predicate, String id)
           
 IList<IPoint> XSed.filterPoints(IPredicate<IPoint> predicate, String id)
           
 IList<IPoint> IXSed.filterPoints(IPredicate<IPoint> predicate, String id)
           
 IList<IXSegment> XSed.filterSegments(IPredicate<IXSegment> predicate, String id)
           
 IList<IXSegment> IXSed.filterSegments(IPredicate<IXSegment> predicate, String id)
           
 IList<IXSed> XSegment.getSeds()
           
 IList<IXSed> SedManager.getSeds()
           
 IList<ExtSed> SedlibSedManager.getSeds()
           
 IList<IXSed> IXSegment.getSeds()
           
 IList<SedClass> ISedManager.getSeds()
          Return the list of SEDs managed by this SED Manager.
 IList<IXSegment> SpectroPhotometricPoint.getSegments()
           
 IList<SegmentClass> IPoint.getSegments()
          List of segments this point belongs to.
 

Constructors in cfa.vo.iris.sed with parameters of type IList
XSed(String id, IList<IXSegment> elements)
           
XSegment(String id, IXSed sed, IList<SpectroPhotometricPoint> elements)
           
 

Uses of IList in cfa.vo.iris.utils
 

Classes in cfa.vo.iris.utils that implement IList
 class List<T>
           
 

Methods in cfa.vo.iris.utils that return IList
static
<T> IList<T>
List.filter(IList<T> target, IPredicate<T> predicate, String id)
           
 

Methods in cfa.vo.iris.utils with parameters of type IList
 boolean List.addAll(IList<? extends T> elements)
           
 boolean IList.addAll(IList<? extends T> elements)
          Add an IList of elements to this list.
static
<T> IList<T>
List.filter(IList<T> target, IPredicate<T> predicate, String id)
           
 

Constructors in cfa.vo.iris.utils with parameters of type IList
List(String id, IList<T> elements)
           
 



Copyright © 2013. All rights reserved.