org.sapia.archie.impl
Class SelectionHelper

java.lang.Object
  extended by org.sapia.archie.impl.SelectionHelper

public class SelectionHelper
extends java.lang.Object

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2003 Sapia Open Source Software. All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site

Constructor Summary
SelectionHelper()
           
 
Method Summary
static Offer selectLeastRecentlyUsed(java.util.List offers)
           
static Offer selectLeastUsed(java.util.List offers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionHelper

public SelectionHelper()
Method Detail

selectLeastRecentlyUsed

public static Offer selectLeastRecentlyUsed(java.util.List offers)

selectLeastUsed

public static Offer selectLeastUsed(java.util.List offers)


Copyright © 2010 Sapia OSS. All Rights Reserved.