eclipse formatter格式文件
/***Asamplesourcefileforthecodeformatterpreview*/packagemypackage;importjava.util.LinkedList;publicclassMyIntStack{privatefinalLinkedListfStack;publicMyIntStack(){fStack=newLinkedList();}publicintpop(){return((Integer)fStack.removeFirst()).intValue();}pu
下载地址
用户评论