private static class ELKIServiceRegistry.Entry extends Object
Modifier and Type | Field and Description |
---|---|
private String[] |
aliases
Aliases hash map.
|
private int |
aliaslen
Occupied entries in aliases.
|
private Class<?>[] |
clazzes
Loaded classes.
|
private static String[] |
EMPTY_ALIASES
Reusable empty array.
|
private int |
len
Length.
|
private String[] |
names
Class names.
|
Modifier | Constructor and Description |
---|---|
private |
Entry() |
Modifier and Type | Method and Description |
---|---|
private void |
addAlias(String alias,
String cname)
Register a class alias.
|
private void |
addHit(String cname,
Class<?> c)
If a name has been resolved, add it.
|
private void |
addName(String cname)
Add a candidate.
|
private static final String[] EMPTY_ALIASES
private String[] names
private Class<?>[] clazzes
private int len
private String[] aliases
private int aliaslen
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.