Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.objectstyle.cayenne.access.util
Class DefaultSorter.ComponentRecord  view DefaultSorter.ComponentRecord download DefaultSorter.ComponentRecord.java

java.lang.Object
  extended byorg.objectstyle.cayenne.access.util.DefaultSorter.ComponentRecord
Enclosing class:
DefaultSorter

private static class DefaultSorter.ComponentRecord
extends java.lang.Object


Field Summary
(package private)  java.util.Collection component
           
(package private)  int index
           
 
Constructor Summary
(package private) DefaultSorter.ComponentRecord(int index, java.util.Collection component)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

int index

component

java.util.Collection component
Constructor Detail

DefaultSorter.ComponentRecord

DefaultSorter.ComponentRecord(int index,
                              java.util.Collection component)