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 voiddisposeChildren(T[] nodes, int count)intgetChildren(T parent, Ref<T[]> into)TgetRoot()TprepareForGetChildren(T node)
-