Index
All Classes and Interfaces|All Packages
A
- add(E) - Method in interface io.github.fontysvenlo.alda.stacks_queues_api.Queue
-
Add item to the end of the queue.
G
- getName() - Method in interface io.github.fontysvenlo.alda.stacks_queues_api.factory.StackQueueConfiguration
- getQueue() - Method in interface io.github.fontysvenlo.alda.stacks_queues_api.factory.StackQueueConfiguration
- getStack() - Method in interface io.github.fontysvenlo.alda.stacks_queues_api.factory.StackQueueConfiguration
- getType() - Method in interface io.github.fontysvenlo.alda.stacks_queues_api.factory.StackQueueConfiguration
I
- io.github.fontysvenlo.alda.stacks_queues_api - package io.github.fontysvenlo.alda.stacks_queues_api
- io.github.fontysvenlo.alda.stacks_queues_api.factory - package io.github.fontysvenlo.alda.stacks_queues_api.factory
- isActive() - Method in interface io.github.fontysvenlo.alda.stacks_queues_api.factory.StackQueueConfiguration
- isEmpty() - Method in interface io.github.fontysvenlo.alda.stacks_queues_api.Queue
-
Check if the stack contains any elements
- isEmpty() - Method in interface io.github.fontysvenlo.alda.stacks_queues_api.Stack
-
Check if the stack contains any elements
P
- peek() - Method in interface io.github.fontysvenlo.alda.stacks_queues_api.Queue
-
Return, but NOT remove first element in queue.
- peek() - Method in interface io.github.fontysvenlo.alda.stacks_queues_api.Stack
-
Return, but NOT remove top element from the stack.
- pop() - Method in interface io.github.fontysvenlo.alda.stacks_queues_api.Stack
-
Remove and return the top element from the stack.
- push(E) - Method in interface io.github.fontysvenlo.alda.stacks_queues_api.Stack
-
Add element to the top of the stack.
Q
- Queue<E> - Interface in io.github.fontysvenlo.alda.stacks_queues_api
-
Queue interface.
- QUEUE - Enum constant in enum class io.github.fontysvenlo.alda.stacks_queues_api.factory.StackQueue
R
- remove() - Method in interface io.github.fontysvenlo.alda.stacks_queues_api.Queue
-
Remove and return the first element from the queue.
S
- size() - Method in interface io.github.fontysvenlo.alda.stacks_queues_api.Queue
-
Get the size (number of elements) of the queue.
- size() - Method in interface io.github.fontysvenlo.alda.stacks_queues_api.Stack
-
Get the size (number of elements) of the stack.
- Stack<E> - Interface in io.github.fontysvenlo.alda.stacks_queues_api
-
Stack interface.
- STACK - Enum constant in enum class io.github.fontysvenlo.alda.stacks_queues_api.factory.StackQueue
- StackQueue - Enum Class in io.github.fontysvenlo.alda.stacks_queues_api.factory
- StackQueueConfiguration - Interface in io.github.fontysvenlo.alda.stacks_queues_api.factory
- StackQueueFactory - Interface in io.github.fontysvenlo.alda.stacks_queues_api.factory
- stacks_queues_api - module stacks_queues_api
-
Stacks and queues API module.
- streamConfigurations() - Method in interface io.github.fontysvenlo.alda.stacks_queues_api.factory.StackQueueFactory
V
- valueOf(String) - Static method in enum class io.github.fontysvenlo.alda.stacks_queues_api.factory.StackQueue
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class io.github.fontysvenlo.alda.stacks_queues_api.factory.StackQueue
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages