Class AllButFirst
- java.lang.Object
- 
- All Implemented Interfaces:
- java.lang.Cloneable,- java.lang.Iterable<Resource>,- ResourceCollection
 
 public class AllButFirst extends SizeLimitCollection ResourceCollection that contains all resources of another collection except for the firstcountelements, a la the UNIX tail command with parameter-n +count.- Since:
- Ant 1.9.5
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.tools.ant.ProjectComponentdescription, location, project
 
- 
 - 
Constructor SummaryConstructors Constructor Description AllButFirst()
 - 
Method SummaryModifier and Type Method Description protected java.util.Collection<Resource>getCollection()Take all elements except for the firstcountelements.intsize()Efficient size implementation.- 
Methods inherited from class org.apache.tools.ant.types.resources.SizeLimitCollectiongetCount, getValidCount, setCount
 - 
Methods inherited from class org.apache.tools.ant.types.resources.BaseResourceCollectionWrappercreateIterator, getSize
 - 
Methods inherited from class org.apache.tools.ant.types.resources.AbstractResourceCollectionWrapperadd, dieOnCircularReference, getResourceCollection, isCache, isFilesystemOnly, iterator, setCache, toString
 - 
Methods inherited from class org.apache.tools.ant.types.DataTypecheckAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributes
 - 
Methods inherited from class org.apache.tools.ant.ProjectComponentgetDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
 - 
Methods inherited from class java.lang.Objectequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.apache.tools.ant.types.ResourceCollectionisEmpty, stream
 
- 
 
- 
- 
- 
Method Detail- 
getCollectionprotected java.util.Collection<Resource> getCollection() Take all elements except for the firstcountelements.- Specified by:
- getCollectionin class- BaseResourceCollectionWrapper
- Returns:
- a Collection of Resources.
 
 - 
sizepublic int size() Description copied from class:SizeLimitCollectionEfficient size implementation.- Specified by:
- sizein interface- ResourceCollection
- Overrides:
- sizein class- SizeLimitCollection
- Returns:
- int size
 
 
- 
 
-