Package com.intellij.util.diff
Interface FlyweightCapableTreeStructure<T>
-
public interface FlyweightCapableTreeStructure<T>
- Author:
- max
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
disposeChildren(T[] nodes, int count)
int
getChildren(T parent, Ref<T[]> into)
T
getRoot()
T
prepareForGetChildren(T node)
-