Package io.ran
Class KeySet
java.lang.Object
io.ran.KeySet
- All Implemented Interfaces:
Iterable<KeySet.Field>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd(KeySet.Field field) booleanget(int i) static KeySetget(KeySet.Field... fields) getName()inthashCode()booleanbooleanisEmpty()booleanbooleanisUnique()iterator()booleanmatchesKeys(KeySet other) voidsetAutoIncrement(boolean autoIncrement) voidvoidsetPrimary(boolean primary) voidsetUnique(boolean unique) intsize()stream()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
KeySet
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
get
-
get
-
add
-
add
-
add
-
add
-
add
-
isEmpty
public boolean isEmpty() -
size
public int size() -
get
-
stream
-
toProperties
-
add
-
setPrimary
public void setPrimary(boolean primary) -
setName
-
getName
-
isPrimary
public boolean isPrimary() -
isAutoIncrement
public boolean isAutoIncrement() -
setAutoIncrement
public void setAutoIncrement(boolean autoIncrement) -
matchesKeys
-
isUnique
public boolean isUnique() -
setUnique
public void setUnique(boolean unique) -
iterator
- Specified by:
iteratorin interfaceIterable<KeySet.Field>
-