org.omnaest.utils.structure.element.factory.concrete
Class ReadWriteLockFactory
java.lang.Object
org.omnaest.utils.structure.element.factory.concrete.ReadWriteLockFactory
- All Implemented Interfaces:
- Serializable, Factory<ReadWriteLock>
public class ReadWriteLockFactory
- extends Object
- implements Factory<ReadWriteLock>, Serializable
Factory creating a ReadWriteLock acting fair
- Author:
- Omnaest
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReadWriteLockFactory
public ReadWriteLockFactory()
newInstance
public ReadWriteLock newInstance()
- Description copied from interface:
Factory
- Factory method for an element
- Specified by:
newInstance in interface Factory<ReadWriteLock>
- Returns:
Copyright © 2013. All Rights Reserved.