in scala/collection/mutable/ResizableBitSet-class
class ByteArray

class ByteArray()
extends Object
with ScalaObject
with ResizableArray[Byte]

Field Summary
protected override val initialSize: Int

Method Summary
final def and(j: Int, mask: Int): Unit
protected override var array: Array[Byte]
  def ensureBits(nbits: Int): Unit
     size of this bitset in nbits
  def freeze: Array[Byte]
  def get(j: Int, mask: Int): Boolean
final def or(j: Int, mask: Int): Unit

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, notify, notifyAll, synchronized, toString, wait, wait, wait

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Methods inherited from scala/Iterable-class
/:, :\, exists, find, foldLeft, foldRight, forall, foreach, sameElements

Methods inherited from scala/collection/mutable/ResizableArray-class
copy, elements, ensureSize, length, size, swap

Field Detail

initialSize

  protected override val initialSize: Int
Method Detail

array

  protected override var array: Array[Byte]

ensureBits

  def ensureBits(nbits: Int): Unit
size of this bitset in nbits

and

  final def and(j: Int, mask: Int): Unit

or

  final def or(j: Int, mask: Int): Unit

get

  def get(j: Int, mask: Int): Boolean

freeze

  def freeze: Array[Byte]