@ExperimentalApi public final class Position extends Object implements Comparable<Position>
Content
among its siblings.
A position of NONE means that Content will appear after any positioned siblings.
Modifier and Type | Field and Description |
---|---|
static Position |
NONE |
static String |
POSITION_KEY
Used in the Content extensions map.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Position p) |
static Position |
deserialise(String str) |
boolean |
equals(Object o) |
int |
hashCode() |
static Position |
of(Integer position) |
Object |
serialise() |
public static final String POSITION_KEY
public static final Position NONE
public Object serialise()
public int compareTo(Position p)
compareTo
in interface Comparable<Position>
Copyright © 2003–2020 Atlassian. All rights reserved.