PDF Clown
0.1.2

org.pdfclown.util
Class EnumUtils

java.lang.Object
  extended by org.pdfclown.util.EnumUtils

public final class EnumUtils
extends Object

Enumeration utility.

Since:
0.1.2
Version:
0.1.2, 08/23/12
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

Constructor Summary
EnumUtils()
           
 
Method Summary
static
<T extends Enum<T>>
EnumSet<T>
mask(EnumSet<T> map, T key, boolean enabled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnumUtils

public EnumUtils()
Method Detail

mask

public static <T extends Enum<T>> EnumSet<T> mask(EnumSet<T> map,
                                                  T key,
                                                  boolean enabled)

PDF Clown
0.1.2

Project home page

Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.