#= Preferences
type filter text
SI General a Ant
a DBYiewer Plugin SI Groovy SI Help
Sl Install/Update □ Java
a Appearance a Build Path a Codę Style Clean Up Codę Templates
Formatter
Organize Imports ffl Compiler ffl Debug a Editor a Installed JREs JUnit
Properties Files Editor Ś) JUtils
a Plug-in Development a Run/Debug a Team
Active profile:
MyFormat
-
Edit...
Remove
New...
Import.
Preview:
/** iA
* A sannie source file for che codę formatter pre
*/
package mypackage;
import java.util.LinkedList; public class MylntStack {
private finał LinkedList fStack;
public MylntStack() {
fStack = new LinkedList();
}
public int pop() {
return ((Integer) fStack.removeFirst()).intVai
}
public void push(int elem) {
fStack. addFirst (new Integer (elem) ) ;
}
public boolean isEmptv() {
<
Re storę Defaults
Apply
OK
Cancel