Searched refs:classType (Results 1 – 1 of 1) sorted by relevance
31 private final Class<? extends E> classType; field in SpanSet40 classType = type; in SpanSet()46 final E[] allSpans = spanned.getSpans(start, limit, classType); in init()51 spans = (E[]) Array.newInstance(classType, length); in init()