com.atlassian.bamboo.utils
Class RecentLazyReference.IsTooOldPredicate

java.lang.Object
  extended by com.atlassian.bamboo.utils.RecentLazyReference.IsTooOldPredicate
All Implemented Interfaces:
org.apache.commons.collections.Predicate
Enclosing class:
RecentLazyReference<T>

public static class RecentLazyReference.IsTooOldPredicate
extends java.lang.Object
implements org.apache.commons.collections.Predicate


Constructor Summary
RecentLazyReference.IsTooOldPredicate(long amount, java.util.concurrent.TimeUnit unit)
           
 
Method Summary
 boolean evaluate(java.lang.Object object)
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecentLazyReference.IsTooOldPredicate

public RecentLazyReference.IsTooOldPredicate(long amount,
                                             @NotNull
                                             java.util.concurrent.TimeUnit unit)
Method Detail

evaluate

public boolean evaluate(java.lang.Object object)
Specified by:
evaluate in interface org.apache.commons.collections.Predicate

reset

public void reset()


Copyright © 2012 Atlassian. All Rights Reserved.