Package com.enonic.xp.highlight
Class HighlightedProperties
- java.lang.Object
-
- com.enonic.xp.highlight.HighlightedProperties
-
- All Implemented Interfaces:
java.lang.Iterable<HighlightedProperty>
public class HighlightedProperties extends java.lang.Object implements java.lang.Iterable<HighlightedProperty>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HighlightedProperties.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HighlightedProperties.Builder
create()
static HighlightedProperties.Builder
create(HighlightedProperties source)
static HighlightedProperties
empty()
boolean
equals(java.lang.Object o)
HighlightedProperty
get(java.lang.String name)
int
hashCode()
boolean
isEmpty()
java.util.Iterator<HighlightedProperty>
iterator()
int
size()
-
-
-
Method Detail
-
size
public int size()
-
isEmpty
public boolean isEmpty()
-
get
public HighlightedProperty get(java.lang.String name)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
empty
public static HighlightedProperties empty()
-
create
public static HighlightedProperties.Builder create()
-
create
public static HighlightedProperties.Builder create(HighlightedProperties source)
-
iterator
public java.util.Iterator<HighlightedProperty> iterator()
- Specified by:
iterator
in interfacejava.lang.Iterable<HighlightedProperty>
-
-