public class BeanReferences
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
isEmpty()
Returns true if BeanReferences is empty.
|
java.lang.String |
name(int ndx)
Returns the name on the index.
|
static BeanReferences |
of(java.lang.String... names)
Creates new bean reference.
|
BeanReferences |
removeDuplicateNames()
Removes later duplicated references in an array.
|
int |
size()
Returns the number of name references in this set.
|
java.lang.String |
toString() |
public static BeanReferences of(java.lang.String... names)
public boolean isEmpty()
public int size()
public java.lang.String name(int ndx)
public BeanReferences removeDuplicateNames()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2003-present Jodd Team