object AliasSet
- Source
- AliasingFrame.scala
- Alphabetic
- By Inheritance
- AliasSet
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- final class SmallBitSet extends AnyRef
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
andNotIterator(a: AliasSet, b: AliasSet, thisAndOther: Array[Boolean]): IntIterator
An iterator returning the elements in a that are not also in b (a &~ b).
An iterator returning the elements in a that are not also in b (a &~ b).
If
thisAndOther
is non-null, the iterator sets thisAndOther(i) to true for every value that is both in a and b (&). -
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bsAdd(set: AliasSet, bit: Int): Unit
- def bsContains(set: Array[Long], bit: Int): Boolean
- def bsEmpty: Array[Long]
- def bsRemove(set: AliasSet, bit: Int): Unit
-
def
bsToSmall(bits: Array[Long]): SmallBitSet
Convert a bit array to a SmallBitSet.
Convert a bit array to a SmallBitSet. Requires the bit array to contain exactly four bits.
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def empty: AliasSet
-
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
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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( ... )
The Scala compiler and reflection APIs.