Uses of Interface
org.apache.commons.pipeline.util.KeyFactory

Packages that use KeyFactory
org.apache.commons.pipeline.stage A few simple Stage implementations for common use cases. 
org.apache.commons.pipeline.util   
 

Uses of KeyFactory in org.apache.commons.pipeline.stage
 

Methods in org.apache.commons.pipeline.stage that return KeyFactory
 KeyFactory<Object,Object> RaiseKeyAvailableEventStage.getKeyFactory()
          Returns the KeyFactory used to create keys for the objects processed by this stage.
 KeyFactory<Object,? extends Object> KeyWaitBufferStage.getKeyFactory()
          Getter for property keyFactory.
 

Methods in org.apache.commons.pipeline.stage with parameters of type KeyFactory
 void KeyWaitBufferStage.setKeyFactory(KeyFactory<Object,? extends Object> keyFactory)
          Setter for property keyFactory.
 void RaiseKeyAvailableEventStage.setKeyFactory(KeyFactory<Object,Object> keyFactory)
          Sets the KeyFactory used to create keys for the objects processed by this stage.
 

Uses of KeyFactory in org.apache.commons.pipeline.util
 

Classes in org.apache.commons.pipeline.util that implement KeyFactory
static class KeyFactory.HashKeyFactory
          Trivial key factory that produces the object's hash code as a key.
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.