Uses of Class
org.jclarion.clarion.ClarionQueue.Order

Packages that use ClarionQueue.Order
org.jclarion.clarion   
 

Uses of ClarionQueue.Order in org.jclarion.clarion
 

Methods in org.jclarion.clarion that return ClarionQueue.Order
 ClarionQueue.Order ClarionQueue.Order.ascend(ClarionObject object)
           
 ClarionQueue.Order ClarionQueue.Order.descend(ClarionObject object)
           
 ClarionQueue.Order ClarionQueue.ORDER()
          Helper to construct an order object
 

Methods in org.jclarion.clarion with parameters of type ClarionQueue.Order
 void ClarionQueue.add(ClarionQueue.Order order)
          Add record into sorted list at specified list location.
 void ClarionQueue.get(ClarionQueue.Order order)
           
 void ClarionQueue.put(ClarionQueue.Order order)
          Put record back into queue - using specified sort order
 void ClarionQueue.sort(ClarionQueue.Order order)
          Set active sort order to the specified order
 



Copyright © 2010. All Rights Reserved.