N - the name typeT - this typepublic abstract class AbstractNamed<N extends Comparable<N>,T extends Named<N,T>> extends Object implements Named<N,T>
hashCode(), equals(Object), toString(), and Comparable.compareTo(Object) for named objects.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractNamed(N name) |
protected AbstractNamed(N name)
Copyright © 2004–2014 Paul Ferraro. All rights reserved.