Deprecated API
Contents
-
Deprecated MethodsMethodDescriptionUse
GenericByteType.getByte()
instead.UseGenericByteType.setByte(byte)
instead.UseGenericIntType.getInt()
instead.UseGenericIntType.setInt(int)
instead.UseGenericLongType.getLong()
instead.UseGenericLongType.setLong(long)
instead.UseGenericShortType.getShort()
instead.UseGenericShortType.setShort(short)
instead.
-
Deprecated Constructors