Uses of Class
com.sun.istack.NotNull

Uses of NotNull in com.sun.istack
 

Methods in com.sun.istack with annotations of type NotNull
protected abstract  T Pool.Impl.create()
          Creates a new instance of object.
 T Pool.take()
          Gets a new object from the pool.
 T Pool.Impl.take()
          Gets a new object from the pool.
 

Method parameters in com.sun.istack with annotations of type NotNull
 void Pool.recycle(T t)
          Returns an object back to the pool.
 



Copyright © 2008. All Rights Reserved.