public final class DaysOfWeek
extends java.lang.Object
Pulled from Google source code. Their comments:
Days of week code as a single int.Modifier and Type | Class and Description |
---|---|
static class |
DaysOfWeek.DAY |
Constructor and Description |
---|
DaysOfWeek() |
DaysOfWeek(int days) |
Modifier and Type | Method and Description |
---|---|
boolean[] |
getBooleanArray() |
int |
getCoded() |
boolean |
isRepeatSet() |
void |
set(DaysOfWeek dow) |
void |
set(int day,
boolean set) |
java.lang.String |
toString(boolean showNever) |
public java.lang.String toString(boolean showNever)
public void set(int day, boolean set)
public void set(DaysOfWeek dow)
public int getCoded()
public boolean[] getBooleanArray()
public boolean isRepeatSet()