Char Specialized Generic Lookup Collection
To be used with Char based opaque values as lookup keys.
- Source
- Lookup.scala
trait Collection[Char.G.Lookup.B]
trait Able.Size
trait Able.Stream[Char.G.Lookup.B]
class java.lang.Object
trait scala.Matchable
class Any
class Char.G.Lookup.Mutable.X.Basic[Char.G.Lookup.Mutable.X.Basic.A, Char.G.Lookup.Mutable.X.Basic.B]
Def
Element by key
Element by key
Returns element associated with the given key
Note. This operation will fail, if value is not found. Thus, use safer getOpt in most cases
- Definition Classes
- Source
- Lookup.scala
Optional element by key
Optional element by key
Optionally returns element associated with the given key
- Definition Classes
- Source
- Lookup.scala
Key stream
Key stream
Returns a Stream of all keys for this Lookup
- Definition Classes
- Source
- Lookup.scala