org.ijsberg.iglu.util.collection
Class CollectionPart.CollectionPartDescription

java.lang.Object
  extended by org.ijsberg.iglu.util.collection.CollectionPart.CollectionPartDescription
Enclosing class:
CollectionPart

public static class CollectionPart.CollectionPartDescription
extends Object

Describes this and other parts of a collection


Field Summary
 boolean isCurrentCollectionPart
           
 int offset
           
 int size
           
 
Constructor Summary
CollectionPart.CollectionPartDescription(int offset, int size, boolean isCurrentCollectionPart)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

offset

public int offset

size

public int size

isCurrentCollectionPart

public boolean isCurrentCollectionPart
Constructor Detail

CollectionPart.CollectionPartDescription

public CollectionPart.CollectionPartDescription(int offset,
                                                int size,
                                                boolean isCurrentCollectionPart)


Copyright © 2011. All Rights Reserved.