MCPcopy Create free account
hub / github.com/apache/commons-validator / Flags

Class Flags

src/main/java/org/apache/commons/validator/util/Flags.java:39–198  ·  view source on GitHub ↗

Represents a collection of 64 boolean (on/off) flags. Individual flags are represented by powers of 2. For example, Flag 1 = 1 Flag 2 = 2 Flag 3 = 4 Flag 4 = 8 or using shift operator to make numbering easier: Flag 1 = 1 << 0 Flag 2 = 1 << 1 Flag 3 =

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…