TrueCommons Shed 2.5.0
A B C E F G H I L M N O P Q R S T U V W 

O

of(E) - Static method in class net.java.truecommons.shed.BitField
Returns a bit field which contains the given bit.
of(E, E...) - Static method in class net.java.truecommons.shed.BitField
Returns a bit field which contains the given bits.
onAfterClose() - Method in class net.java.truecommons.shed.Resource
A hook which gets called by Resource.close() unless this resource has already been closed and unless Resource.onBeforeClose() throws an exception.
onBeforeClose() - Method in class net.java.truecommons.shed.Resource
A hook which gets called by Resource.close() unless this resource has already been closed.
Option<E> - Class in net.java.truecommons.shed
An immutable collection of at most one element.
or(BitField<E>) - Method in class net.java.truecommons.shed.BitField
 
orElse(Option<E>) - Method in class net.java.truecommons.shed.Option
If an element is present in this collection, then this collection is returned, or otherwise the given alternative.
orNull() - Method in class net.java.truecommons.shed.Option
Equivalent to getOrElse(null), but probably more efficient.
OVERHEAD_SIZE - Static variable in class net.java.truecommons.shed.HashMaps
The number of entries which should be additionally accomodatable by a hash map with a load factor of 75% before resizing it, which is 47.
A B C E F G H I L M N O P Q R S T U V W 
TrueCommons Shed 2.5.0

Copyright © 2012–2015 Schlichtherle IT Services. All rights reserved.