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