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

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

Method Summary
final def and(j: Int, mask: Int): Unit
final def ensureBits(nbits: Int): Unit
  def freeze: Array[Int]
  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, ne, notify, notifyAll, synchronized, toString, wait, wait, wait

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

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

Methods inherited from scala/ScalaObject-class
getScalaType

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

Method Detail

ensureBits

  final def ensureBits(nbits: Int): Unit

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[Int]