public class ContentIncludeStack extends Object
Constructor and Description |
---|
ContentIncludeStack() |
Modifier and Type | Method and Description |
---|---|
static boolean |
contains(ContentEntityObject c) |
static boolean |
isEmpty() |
static ContentEntityObject |
peek() |
static ContentEntityObject |
pop() |
static void |
push(ContentEntityObject c) |
public static ContentEntityObject pop()
public static void push(ContentEntityObject c)
public static boolean contains(ContentEntityObject c)
public static ContentEntityObject peek()
public static boolean isEmpty()
Copyright © 2003–2020 Atlassian. All rights reserved.