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