object SimpleArraySet extends MutableSetFactory[SimpleArraySet] with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SimpleArraySet
- Serializable
- Serializable
- MutableSetFactory
- SetFactory
- GenericSeqCompanion
- GenSetFactory
- GenericCompanion
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
class
CheckingBuilder[A] extends GrowingBuilder[A, SimpleArraySet[A]]
Default
ArraySet
builder preventing duplicates.Default
ArraySet
builder preventing duplicates. The hints passed are propagated such thatinitial size == from.size
.- Attributes
- protected
-
type
Coll = SimpleArraySet[_]
- Attributes
- protected[this]
- Definition Classes
- GenericCompanion
-
class
NonCheckingBuilder[A, B] extends GrowingBuilder[B, SimpleArraySet[B]]
An
ArraySet
builder without duplicate checking.An
ArraySet
builder without duplicate checking.- Attributes
- protected
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
apply[A](elems: A*): SimpleArraySet[A]
- Definition Classes
- GenericCompanion
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def canBuildFrom[A]: CanBuildFrom[Coll, A, SimpleArraySet[A]]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
empty[A]: SimpleArraySet[A]
Returns an empty set with default hints.
Returns an empty set with default hints.
- Definition Classes
- SimpleArraySet → GenericCompanion
-
def
emptyWithHints[A](implicit hints: Hints): SimpleArraySet[A]
Returns an empty set with custom hints.
-
def
emptyWithPropagatedHints[A, B](arraySet: ArraySet[A]): SimpleArraySet[B]
Returns an empty set with hints propagated from
arraySet
. -
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
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
newBuilder[A]: Builder[A, SimpleArraySet[A]]
- Definition Classes
- MutableSetFactory → GenSetFactory → GenericCompanion
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
setCanBuildFrom[A]: CanBuildFrom[SimpleArraySet[_], A, SimpleArraySet[A]]
- Definition Classes
- GenSetFactory
-
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
- @native() @throws( ... )
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
.