TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.models.hierarchy.util
Class ContainmentTraverser.ChildrenListPool

java.lang.Object
  extended by org.eclipse.hyades.models.hierarchy.util.ContainmentTraverser.ChildrenListPool
Enclosing class:
ContainmentTraverser

public static final class ContainmentTraverser.ChildrenListPool
extends java.lang.Object


Constructor Summary
ContainmentTraverser.ChildrenListPool()
           
 
Method Summary
 java.util.List alloc()
           
 void release(java.util.List children)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainmentTraverser.ChildrenListPool

public ContainmentTraverser.ChildrenListPool()
Method Detail

alloc

public java.util.List alloc()

release

public void release(java.util.List children)

TPTP 4.6.0 Platform Project
Public API Specification