Interface LeafSplitter<T>
-
- Type Parameters:
T
- the type of the elements
- All Known Implementing Classes:
QuadraticLeafSplitter
,RStarLeafSplitter
public interface LeafSplitter<T>
Interface for splitting LeafVertices containing Map.Entries as children- Author:
- Tom Nelson
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Pair<LeafNode<T>>
split(Collection<Map.Entry<T,Rectangle2D>> entries, Map.Entry<T,Rectangle2D> newEntry)
-
-
-
Method Detail
-
split
Pair<LeafNode<T>> split(Collection<Map.Entry<T,Rectangle2D>> entries, Map.Entry<T,Rectangle2D> newEntry)
-
-