public class SubcategoryBin<T extends Comparable> extends SelfBin<T>
Modifier and Type | Field and Description |
---|---|
protected Comparable |
tag |
Constructor and Description |
---|
SubcategoryBin(T self,
Comparable tag) |
Modifier and Type | Method and Description |
---|---|
Comparable |
getTag() |
void |
setTag(Comparable tag) |
protected Comparable tag
public SubcategoryBin(T self, Comparable tag)
public Comparable getTag()
public void setTag(Comparable tag)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.