T
- TODO@Deprecated public class LabelingMapping<T extends Comparable<T>> extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
LabelingMapping.InternedList<T1 extends Comparable<T1>>
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected Map<List<T>,LabelingMapping.InternedList<T>> |
internedLists
Deprecated.
|
protected List<LabelingMapping.InternedList<T>> |
listsByIndex
Deprecated.
|
Constructor and Description |
---|
LabelingMapping(IntegerType<?> value)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<T> |
emptyList()
Deprecated.
|
List<T> |
getLabels()
Deprecated.
TODO
|
int |
indexOf(List<T> key)
Deprecated.
|
int |
indexOf(T[] key)
Deprecated.
|
List<T> |
intern(List<T> src)
Deprecated.
Return the canonical list for the given list
|
List<T> |
intern(T[] src)
Deprecated.
|
List<T> |
listAtIndex(int index)
Deprecated.
|
int |
numLists()
Deprecated.
Returns the number of indexed labeling lists
|
protected Map<List<T extends Comparable<T>>,LabelingMapping.InternedList<T extends Comparable<T>>> internedLists
protected List<LabelingMapping.InternedList<T extends Comparable<T>>> listsByIndex
public LabelingMapping(IntegerType<?> value)
public int indexOf(T[] key)
public int numLists()
Copyright © 2015–2022 ImgLib2. All rights reserved.