class Fixed extends SpecificFixed
Autogenerated by Avro
DO NOT EDIT DIRECTLY
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Fixed
- SpecificFixed
- Externalizable
- Serializable
- Comparable
- GenericFixed
- GenericContainer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
bytes(): Array[Byte]
- Definition Classes
- SpecificFixed → GenericFixed
-
def
bytes(bytes: Array[Byte]): Unit
- Definition Classes
- SpecificFixed
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
compareTo(that: SpecificFixed): Int
- Definition Classes
- SpecificFixed → Comparable
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(o: Any): Boolean
- Definition Classes
- SpecificFixed → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getSchema(): Schema
- Definition Classes
- Fixed → SpecificFixed → GenericContainer
-
def
hashCode(): Int
- Definition Classes
- SpecificFixed → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
readExternal(in: ObjectInput): Unit
- Definition Classes
- Fixed → SpecificFixed → Externalizable
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- SpecificFixed → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
writeExternal(out: ObjectOutput): Unit
- Definition Classes
- Fixed → SpecificFixed → Externalizable