dokan-dev / dokan-java

Dokan Java Wrapper
GNU Lesser General Public License v3.0
51 stars 28 forks source link

Updated MaskValueSet to match EnumSet better #47

Closed JaniruTEC closed 4 years ago

JaniruTEC commented 4 years ago

Added additional convenience methods to MaskValueSet (allOf, copyOf, of) Added additional methods for copying MaskValueSets (elements, clone) Renamed method emptySet to noneOf Added additional constructors in MaskValueSetImpl