in scala.collection.jcl
class LinkedHashSet

class LinkedHashSet [A]
extends scala.collection.jcl.ConcreteWrapper[A]
with scala.collection.jcl.SetWrapper[A]
with scala.ScalaObject
A set that is backed by a Java linked hash set, which fixes iteration order in terms of insertion order.
Author:
Sean McDirmid

Constructor Summary
def this

def this (underlying: java.util.LinkedHashSet)

Val Summary
override val underlying : java.util.LinkedHashSet

Def inherited from scala.collection.jcl.ConcreteWrapper[A]
elements , equals, hashCode, toString
Def inherited from scala.collection.jcl.SetWrapper[A]
clear , isEmpty, super$clear, underlying
Constructor Detail
def this

def this (underlying: java.util.LinkedHashSet)

Val Detail
override val underlying : java.util.LinkedHashSet