We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765d6ef commit ce965b9Copy full SHA for ce965b9
src/main/java/org/scijava/object/NamedObjectIndex.java
@@ -2,6 +2,11 @@
2
3
import java.util.WeakHashMap;
4
5
+/**
6
+ * An {@link ObjectIndex} where each object can have an associated name.
7
+ *
8
+ * @author Jan Eglinger
9
+ */
10
public class NamedObjectIndex<E> extends ObjectIndex<E> {
11
12
private WeakHashMap<Object, String> nameMap;
0 commit comments