Uses of Class
org.magicwerk.brownies.collections.helper.Option
-
Packages that use Option Package Description org.magicwerk.brownies.collections Brownies Collections complements the Java Collections Framework.org.magicwerk.brownies.collections.helper This packages contains helper classes for the package org.magicwerk.brownies.collections. -
-
Uses of Option in org.magicwerk.brownies.collections
Methods in org.magicwerk.brownies.collections that return Option Modifier and Type Method Description (package private) Option<E>
KeyCollectionImpl. doRemove(java.lang.Object elem, KeyCollectionImpl.KeyMap ignore)
Remove element.protected Option<E>
KeyCollectionImpl. doRemoveByKey(int keyIndex, java.lang.Object key)
Removes element by key.(package private) Option<E>
KeyCollectionImpl.KeyMap. getContainedKey(java.lang.Object key)
(package private) Option<E>
KeyCollectionImpl.KeyMap. getContainedValue(java.lang.Object value)
private Option<java.lang.Object>
KeyCollectionImpl. invalidate(KeyCollectionImpl.KeyMap keyMap, java.lang.Object elem)
(package private) Option<E>
KeyCollectionImpl.KeyMap. remove(java.lang.Object key, boolean matchValue, java.lang.Object value, KeyCollectionImpl keyColl)
Remove element from key map. -
Uses of Option in org.magicwerk.brownies.collections.helper
Fields in org.magicwerk.brownies.collections.helper declared as Option Modifier and Type Field Description private static Option
Option. EMPTY
Methods in org.magicwerk.brownies.collections.helper that return Option Modifier and Type Method Description static <EE> Option<EE>
Option. empty()
static <T> Option<T>
Option. of(T value)
-