Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[add][MemoryCache] add LinkedMap , LinkedMapNode Class and Linked… #16

Merged
merged 2 commits into from
Jul 24, 2019

Conversation

birdmichael
Copy link
Member

@birdmichael birdmichael commented Jul 23, 2019

add class LinkedMapNode
add class LinkedMap
import func

    func insert(atHead node: LinkedMapNode) {
    }.
    func bring(toHead node: LinkedMapNode) { 
    }
    func remove(_ node: LinkedMapNode) {
    }
    func removeTail() -> LinkedMapNode? {
    }
    func removeAll() { 
    }

CheckList

Thanks for considering to this repository. Before you submit your issue, please confirm these boxes are checked.

  • I have read 《[EN]Style guide for Swift repo [CN]Swift项目代码规范、规约选型》.
  • 我遵守一下 Merge 规则:邀请群组中任意一人进行review,即可合并。让 reviewer 在 PR 所在页面写下review意见表示通过,即可合并。最简单写一句 LGTM 也可以。不按照本规则执行,自己 PR 自己 Merge 并引入问题,会被收回 Merge 权限。

My issue:


What I have done:

@birdmichael birdmichael requested a review from Harryyan July 23, 2019 10:09
@0x1306a94
Copy link
Contributor

LGTM

@0x1306a94 0x1306a94 merged commit 6015640 into iteatimeteam:master Jul 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants