public class Path extends Object implements Serializable
Constructor and Description |
---|
Path(List<Property> properties)
Creates new instances.
|
Path(Property... properties)
Creates new instances.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Property |
getFirst() |
Property |
getLast() |
List<Property> |
getProperties()
Returns list of properties.
|
int |
hashCode() |
String |
toString() |
public Path(List<Property> properties)
properties
- a non empty list of propertiesIllegalArgumentException
- if the given list of properties is emptypublic Path(Property... properties)
properties
- Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.