Class Facet (5.0.3)
Stay organized with collections
Save and categorize content based on your preferences.
public final class Facet implements Serializable
Static Methods
withAtom(String name, String value)
public static Facet withAtom(String name, String value)
Creates and returns an atom facet with the given name and value.
| Returns |
| Type |
Description |
Facet |
an instance of Facet.
|
withNumber(String name, Double value)
public static Facet withNumber(String name, Double value)
Creates and returns a number facet with the given name and value.
| Returns |
| Type |
Description |
Facet |
an instance of Facet.
|
Methods
equals(Object object)
public boolean equals(Object object)
| Parameter |
| Name |
Description |
object |
Object
|
Overrides
getAtom()
Returns the atomic value of the facet. Returns null if the value is not atomic.
| Returns |
| Type |
Description |
String |
|
getName()
Returns the name of the facet.
| Returns |
| Type |
Description |
String |
|
getNumber()
public Double getNumber()
Returns the numeric value of the facet. Returns null if the value is not numeric.
| Returns |
| Type |
Description |
Double |
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
toString()
| Returns |
| Type |
Description |
String |
|
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-06-03 UTC.
[null,null,["Last updated 2026-06-03 UTC."],[],[]]