class ShortIsBitString extends BitString[Short] with Serializable
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ShortIsBitString
- Serializable
- Serializable
- BitString
- Bool
- Heyting
- BoundedLattice
- BoundedJoinSemilattice
- BoundedMeetSemilattice
- Lattice
- MeetSemilattice
- JoinSemilattice
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ShortIsBitString()
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
-
def
and(a: Short, b: Short): Short
- Definition Classes
- ShortIsBitString → Heyting
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
bitCount(n: Short): Int
- Definition Classes
- ShortIsBitString → BitString
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
complement(a: Short): Short
- Definition Classes
- ShortIsBitString → Heyting
-
def
dual: Bool[Short]
- Definition Classes
- Bool
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
def
highestOneBit(n: Short): Short
- Definition Classes
- ShortIsBitString → BitString
- def imp(a: Short, b: Short): Short
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isOne(a: Short)(implicit ev: Eq[Short]): Boolean
- Definition Classes
- BoundedMeetSemilattice
-
def
isZero(a: Short)(implicit ev: Eq[Short]): Boolean
- Definition Classes
- BoundedJoinSemilattice
-
def
join(a: Short, b: Short): Short
- Definition Classes
- Heyting → JoinSemilattice
-
def
leftShift(n: Short, i: Int): Short
- Definition Classes
- ShortIsBitString → BitString
-
def
lowestOneBit(n: Short): Short
- Definition Classes
- ShortIsBitString → BitString
-
def
meet(a: Short, b: Short): Short
- Definition Classes
- Heyting → MeetSemilattice
-
def
nand(a: Short, b: Short): Short
- Definition Classes
- Bool
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
nor(a: Short, b: Short): Short
- Definition Classes
- Bool
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
numberOfLeadingZeros(n: Short): Int
- Definition Classes
- ShortIsBitString → BitString
-
def
numberOfTrailingZeros(n: Short): Int
- Definition Classes
- ShortIsBitString → BitString
-
def
nxor(a: Short, b: Short): Short
- Definition Classes
- Bool
-
def
one: Short
- Definition Classes
- ShortIsBitString → BoundedMeetSemilattice
-
def
or(a: Short, b: Short): Short
- Definition Classes
- ShortIsBitString → Heyting
-
def
rightShift(n: Short, i: Int): Short
- Definition Classes
- ShortIsBitString → BitString
-
def
rotateLeft(n: Short, i: Int): Short
- Definition Classes
- ShortIsBitString → BitString
-
def
rotateRight(n: Short, i: Int): Short
- Definition Classes
- ShortIsBitString → BitString
-
def
signed: Boolean
- Definition Classes
- ShortIsBitString → BitString
-
def
signedRightShift(n: Short, i: Int): Short
- Definition Classes
- ShortIsBitString → BitString
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toHexString(n: Short): String
- Definition Classes
- ShortIsBitString → BitString
-
def
toString(): String
- Definition Classes
- 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( ... )
-
def
width: Int
- Definition Classes
- ShortIsBitString → BitString
-
def
xor(a: Short, b: Short): Short
- Definition Classes
- ShortIsBitString → Bool
-
def
zero: Short
- Definition Classes
- ShortIsBitString → BoundedJoinSemilattice