@Override public boolean isData() { NodeLink l = getNodeLink(); return l == null ? !path.endsWith(SEPARATOR) : l.isDestinationData(); }
@Override public Node getNode() { NodeLink l = getNodeLink(); return l == null ? null : l.getDestination(); }