Package net.ontopia.topicmaps.impl.utils
Class LocatorInterningTable
- java.lang.Object
-
- net.ontopia.topicmaps.impl.utils.LocatorInterningTable
-
public class LocatorInterningTable extends Object
INTERNAL: This class keeps an interning table of LocatorIF objects, allowing implementations to get rid of duplicate locators to save memory.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
static LocatorIF
intern(LocatorIF loc)
-