com.thoughtworks.proxy.toys.pool
Class Pool.PoolWith<T>

java.lang.Object
  extended by com.thoughtworks.proxy.toys.pool.Pool.PoolBuild<T>
      extended by com.thoughtworks.proxy.toys.pool.Pool.PoolModeOrBuild<T>
          extended by com.thoughtworks.proxy.toys.pool.Pool.PoolWith<T>
Direct Known Subclasses:
Pool.PoolResettedBy
Enclosing class:
Pool<T>

public static class Pool.PoolWith<T>
extends Pool.PoolModeOrBuild<T>


Field Summary
 
Fields inherited from class com.thoughtworks.proxy.toys.pool.Pool.PoolBuild
pool
 
Method Summary
 Pool.PoolModeOrBuild<T> with(T... instances)
           
 
Methods inherited from class com.thoughtworks.proxy.toys.pool.Pool.PoolModeOrBuild
mode
 
Methods inherited from class com.thoughtworks.proxy.toys.pool.Pool.PoolBuild
build, build
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

with

public Pool.PoolModeOrBuild<T> with(T... instances)


Copyright © 2005-2010 Codehaus. All Rights Reserved.