trait EqHash[A <: AnyRef, This <: EqHash[A, This]] extends AnyRef
- Self Type
- EqHash[A, This] with TraversableOnce[A] with Builder[A, This] with Equals
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- EqHash
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
abstract
class
EqHashIterator[A] extends Iterator[A]
- Attributes
- protected
-
class
KeyIndexIterator extends (EqHash.this)#EqHashIterator[Int]
- Attributes
- protected
Abstract Value Members
- abstract def containsElem(elem: A): Boolean
-
abstract
def
elemHashCode: (Array[AnyRef], Int) ⇒ Int
- Attributes
- protected
-
abstract
def
move(oldTable: Array[AnyRef], oldLength: Int, newTable: Array[AnyRef], newLength: Int): Unit
- Attributes
- protected
-
abstract
def
sizeHint: Int
- Attributes
- protected
-
abstract
def
step: Int
- Attributes
- protected
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (EqHash[A, This], B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
_size: Int
- Attributes
- protected
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clear: Unit
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
closeDeletion(index: Int): Unit
- Attributes
- protected
- def ensuring(cond: (EqHash[A, This]) ⇒ Boolean, msg: ⇒ Any): EqHash[A, This]
- def ensuring(cond: (EqHash[A, This]) ⇒ Boolean): EqHash[A, This]
- def ensuring(cond: Boolean, msg: ⇒ Any): EqHash[A, This]
- def ensuring(cond: Boolean): EqHash[A, This]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(other: Any): Boolean
- Definition Classes
- EqHash → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
- def from(other: This): Unit
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- EqHash → AnyRef → Any
-
final
def
index(key: AnyRef): Int
- Attributes
- protected
- Annotations
- @inline()
-
def
index(maskedKey: AnyRef, keyHash: Int, tabLength: Int): Int
- Attributes
- protected
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
maskNull(key: AnyRef): AnyRef
- Attributes
- protected
- Annotations
- @inline()
-
final
def
maxCapacity: Int
- Attributes
- protected
- Annotations
- @inline()
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
nextKeyIndex(i: Int, len: Int): Int
- Attributes
- protected
- Annotations
- @inline()
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
resize: Unit
- Attributes
- protected
-
final
def
size: Int
- Annotations
- @inline()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
table: Array[AnyRef]
- Attributes
- protected
-
val
threshold: Int
- Attributes
- protected
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
unmaskNull(key: AnyRef): AnyRef
- Attributes
- protected
- Annotations
- @inline()
-
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
- @native() @throws( ... )
- def →[B](y: B): (EqHash[A, This], B)
Welcome to the Graph for Scala API reference. Some suggested navigation entry points:
Graph
mutable.Graph
and its inner nodes.GraphEdge
objectedge
packageGraphPredef
object andImplicits
object.GraphTraversal
andTraverserInnerNode
.RandomGraph
.GraphGen
.