Example usage for org.apache.commons.collections4 Unmodifiable interface-usage

List of usage examples for org.apache.commons.collections4 Unmodifiable interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.collections4 Unmodifiable interface-usage.

Usage

From source file com.link_intersystems.util.UnmodifiableStack.java

/**
 * A {@link Stack} implementation that can not be modified. Every attempt to
 * modify it will result in an {@link UnsupportedOperationException}.
 *
 * @author Ren Link <a
 *         href="mailto:rene.link@link-intersystems.com">[rene.link@link-