diff --git a/项目命名/项目命名格式.md b/项目命名/项目命名格式.md index 82e4271..33adab4 100644 --- a/项目命名/项目命名格式.md +++ b/项目命名/项目命名格式.md @@ -106,10 +106,10 @@ dispose 同上 dispose | append 添加 appendJob | insert 插入到下标 n insertJob | put 添加与 key 对应的元素 putJob -remove 移除元素 removeJob -enqueue 添加到队列的最末位 enqueueJob -dequeue 从队列中头部取出并移除 dequeueJob -push 添加到栈头 pushJob +| remove 移除元素 removeJob +| enqueue 添加到队列的最末位 enqueueJob +| dequeue 从队列中头部取出并移除 dequeueJob +|push 添加到栈头 pushJob pop 从栈头取出并移除 popJob peek 从栈头取出但不移除 peekJob find 寻找符合条件的某物 findById